Color Hex Logo

#af822e Color Hex

#AF822E
(175,130,46)
0 Favorites   0 Comments

Color spaces of #af822e

RGB 17513046
HSL0.110.580.43
HSV39°74°69°
CMYK 0.000.260.74   0.31
XYZ26.155025.27656.0851
Yxy25.27650.45470.4395
Hunter Lab50.27574.878728.0169
CIE-Lab57.34389.081449.9893

#af822e color RGB value is (175,130,46).

#af822e hex color red value is 175, green value is 130 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #af822e hue: 0.11 , saturation: 0.58 and the lightness value of af822e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000010 00101110
Octal 257 202 56
Decimal 175 130 46
Hex AF 82 2E

RGB Percentages of Color #af822e

%49.86
%37.04
%13.11

CMYK Percentages of Color #af822e

%0
%26
%74
%31

Triadic Colors of #af822e

#af822e #2eaf82 #822eaf

Analogous Colors of #af822e

#af822e #9caf2e #af422e

Monochromatic Colors of #af822e

#af822e

Complementary Color

#af822e #2e5baf

#af822e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af822e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af822e Color CSS Codes

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

#af822e Text Font Color

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

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


#af822e Background Color

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

This div background color is #af822e


#af822e Border Color

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

This div border color is #af822e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af822e


Comments

No comments written yet.

Please login to write comment.