Color Hex Logo

#af782b Color Hex

#AF782B
(175,120,43)
0 Favorites   0 Comments

Color spaces of #af782b

RGB 17512043
HSL0.100.610.43
HSV35°75°69°
CMYK 0.000.310.75   0.31
XYZ24.831722.72135.3624
Yxy22.72130.46930.4294
Hunter Lab47.66699.571226.6968
CIE-Lab54.784114.534848.7316

#af782b color RGB value is (175,120,43).

#af782b hex color red value is 175, green value is 120 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #af782b hue: 0.10 , saturation: 0.61 and the lightness value of af782b is 0.43.

The process color (four color CMYK) of #af782b color hex is 0.00, 0.31, 0.75, 0.31. Web safe color of #af782b is #996633. Color #af782b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 00101011
Octal 257 170 53
Decimal 175 120 43
Hex AF 78 2B

RGB Percentages of Color #af782b

%51.78
%35.50
%12.72

CMYK Percentages of Color #af782b

%0
%31
%75
%31

Triadic Colors of #af782b

#af782b #2baf78 #782baf

Analogous Colors of #af782b

#af782b #a4af2b #af362b

Monochromatic Colors of #af782b

#af782b

Complementary Color

#af782b #2b62af

#af782b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af782b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af782b Color CSS Codes

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

#af782b Text Font Color

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

This sample text font color is #af782b
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.


#af782b Background Color

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

This div background color is #af782b


#af782b Border Color

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

This div border color is #af782b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af782b


Comments

No comments written yet.

Please login to write comment.