Color Hex Logo

#af872d Color Hex

#AF872D
(175,135,45)
0 Favorites   0 Comments

Color spaces of #af872d

RGB 17513545
HSL0.120.590.43
HSV42°74°69°
CMYK 0.000.230.74   0.31
XYZ26.816826.63146.2096
Yxy26.63140.44950.4464
Hunter Lab51.60562.447528.9897
CIE-Lab58.63166.251051.6916

#af872d color RGB value is (175,135,45).

#af872d hex color red value is 175, green value is 135 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #af872d hue: 0.12 , saturation: 0.59 and the lightness value of af872d is 0.43.

The process color (four color CMYK) of #af872d color hex is 0.00, 0.23, 0.74, 0.31. Web safe color of #af872d is #999933. Color #af872d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 00101101
Octal 257 207 55
Decimal 175 135 45
Hex AF 87 2D

RGB Percentages of Color #af872d

%49.30
%38.03
%12.68

CMYK Percentages of Color #af872d

%0
%23
%74
%31

Triadic Colors of #af872d

#af872d #2daf87 #872daf

Analogous Colors of #af872d

#af872d #96af2d #af462d

Monochromatic Colors of #af872d

#af872d

Complementary Color

#af872d #2d55af

#af872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af872d Color CSS Codes

.mybgcolor {background-color:#af872d; } 
.myforecolor {color:#af872d; }
.mybordercolor {border:3px solid #af872d; }

#af872d Text Font Color

<p style="color:#af872d">Text here</p>

This sample text font color is #af872d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af872d Background Color

<div style="background-color:#af872d">
Div content here</div>

This div background color is #af872d


#af872d Border Color

<div style="border:3px solid #af872d">
Div here</div>

This div border color is #af872d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,135,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af872d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af872d;
  -webkit-box-shadow: 1px 1px 3px 2px #af872d;
  box-shadow:         1px 1px 3px 2px #af872d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,135,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af872d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af872d;
  -webkit-box-shadow: 1px 1px 3px 2px #af872d;
  box-shadow:         1px 1px 3px 2px #af872d;">
Div content here</div>

This div box has shadow with color #af872d


Comments

No comments written yet.

Please login to write comment.