Color Hex Logo

#af982d Color Hex

#AF982D
(175,152,45)
0 Favorites   0 Comments

Color spaces of #af982d

RGB 17515245
HSL0.140.590.43
HSV49°74°69°
CMYK 0.000.130.74   0.31
XYZ29.381131.75997.0643
Yxy31.75990.43080.4657
Hunter Lab56.3559-5.562132.0171
CIE-Lab63.1439-3.062656.0902

#af982d color RGB value is (175,152,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 00101101
Octal 257 230 55
Decimal 175 152 45
Hex AF 98 2D

RGB Percentages of Color #af982d

%47.04
%40.86
%12.10

CMYK Percentages of Color #af982d

%0
%13
%74
%31

Triadic Colors of #af982d

#af982d #2daf98 #982daf

Analogous Colors of #af982d

#af982d #85af2d #af572d

Monochromatic Colors of #af982d

#af982d

Complementary Color

#af982d #2d44af

#af982d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af982d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af982d Color CSS Codes

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

#af982d Text Font Color

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

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


#af982d Background Color

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

This div background color is #af982d


#af982d Border Color

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

This div border color is #af982d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af982d


Comments

No comments written yet.

Please login to write comment.