Color Hex Logo

#af982f Color Hex

#AF982F
(175,152,47)
0 Favorites   0 Comments

Color spaces of #af982f

RGB 17515247
HSL0.140.580.44
HSV49°73°69°
CMYK 0.000.130.73   0.31
XYZ29.420531.77577.2720
Yxy31.77570.42970.4641
Hunter Lab56.3699-5.485031.8103
CIE-Lab63.1571-2.968155.3328

#af982f color RGB value is (175,152,47).

#af982f hex color red value is 175, green value is 152 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #af982f hue: 0.14 , saturation: 0.58 and the lightness value of af982f is 0.44.

The process color (four color CMYK) of #af982f color hex is 0.00, 0.13, 0.73, 0.31. Web safe color of #af982f is #999933. Color #af982f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 00101111
Octal 257 230 57
Decimal 175 152 47
Hex AF 98 2F

RGB Percentages of Color #af982f

%46.79
%40.64
%12.57

CMYK Percentages of Color #af982f

%0
%13
%73
%31

Triadic Colors of #af982f

#af982f #2faf98 #982faf

Analogous Colors of #af982f

#af982f #86af2f #af582f

Monochromatic Colors of #af982f

#af982f

Complementary Color

#af982f #2f46af

#af982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af982f Color CSS Codes

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

#af982f Text Font Color

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

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


#af982f Background Color

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

This div background color is #af982f


#af982f Border Color

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

This div border color is #af982f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af982f


Comments

No comments written yet.

Please login to write comment.