Color Hex Logo

#af931d Color Hex

#AF931D
(175,147,29)
0 Favorites   0 Comments

Color spaces of #af931d

RGB 17514729
HSL0.130.720.40
HSV48°83°69°
CMYK 0.000.160.83   0.31
XYZ28.334730.07015.4731
Yxy30.07010.44360.4707
Hunter Lab54.8362-3.729732.4677
CIE-Lab61.7147-0.964060.1798

#af931d color RGB value is (175,147,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 00011101
Octal 257 223 35
Decimal 175 147 29
Hex AF 93 1D

RGB Percentages of Color #af931d

%49.86
%41.88
%8.26

CMYK Percentages of Color #af931d

%0
%16
%83
%31

Triadic Colors of #af931d

#af931d #1daf93 #931daf

Analogous Colors of #af931d

#af931d #82af1d #af4a1d

Monochromatic Colors of #af931d

#af931d

Complementary Color

#af931d #1d39af

#af931d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af931d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af931d Color CSS Codes

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

#af931d Text Font Color

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

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


#af931d Background Color

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

This div background color is #af931d


#af931d Border Color

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

This div border color is #af931d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af931d


Comments

No comments written yet.

Please login to write comment.