Color Hex Logo

#af821e Color Hex

#AF821E
(175,130,30)
0 Favorites   0 Comments

Color spaces of #af821e

RGB 17513030
HSL0.110.710.40
HSV41°83°69°
CMYK 0.000.260.83   0.31
XYZ25.896225.17304.7223
Yxy25.17300.46420.4512
Hunter Lab50.17274.329029.5405
CIE-Lab57.24368.437356.0135

#af821e color RGB value is (175,130,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000010 00011110
Octal 257 202 36
Decimal 175 130 30
Hex AF 82 1E

RGB Percentages of Color #af821e

%52.24
%38.81
%8.96

CMYK Percentages of Color #af821e

%0
%26
%83
%31

Triadic Colors of #af821e

#af821e #1eaf82 #821eaf

Analogous Colors of #af821e

#af821e #94af1e #af3a1e

Monochromatic Colors of #af821e

#af821e

Complementary Color

#af821e #1e4baf

#af821e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af821e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af821e Color CSS Codes

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

#af821e Text Font Color

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

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


#af821e Background Color

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

This div background color is #af821e


#af821e Border Color

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

This div border color is #af821e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af821e


Comments

No comments written yet.

Please login to write comment.