Color Hex Logo

#af911e Color Hex

#AF911E
(175,145,30)
0 Favorites   0 Comments

Color spaces of #af911e

RGB 17514530
HSL0.130.710.40
HSV48°83°69°
CMYK 0.000.170.83   0.31
XYZ28.038929.45855.4365
Yxy29.45850.44550.4681
Hunter Lab54.2757-2.769132.0542
CIE-Lab61.18420.156359.4300

#af911e color RGB value is (175,145,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 00011110
Octal 257 221 36
Decimal 175 145 30
Hex AF 91 1E

RGB Percentages of Color #af911e

%50.00
%41.43
%8.57

CMYK Percentages of Color #af911e

%0
%17
%83
%31

Triadic Colors of #af911e

#af911e #1eaf91 #911eaf

Analogous Colors of #af911e

#af911e #85af1e #af491e

Monochromatic Colors of #af911e

#af911e

Complementary Color

#af911e #1e3caf

#af911e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af911e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af911e Color CSS Codes

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

#af911e Text Font Color

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

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


#af911e Background Color

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

This div background color is #af911e


#af911e Border Color

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

This div border color is #af911e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,145,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 #af911e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af911e


Comments

No comments written yet.

Please login to write comment.