Color Hex Logo

#af962d Color Hex

#AF962D
(175,150,45)
0 Favorites   0 Comments

Color spaces of #af962d

RGB 17515045
HSL0.130.590.43
HSV48°74°69°
CMYK 0.000.140.74   0.31
XYZ29.059231.11616.9570
Yxy31.11610.43290.4635
Hunter Lab55.7818-4.629731.6527
CIE-Lab62.6055-1.981055.5708

#af962d color RGB value is (175,150,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010110 00101101
Octal 257 226 55
Decimal 175 150 45
Hex AF 96 2D

RGB Percentages of Color #af962d

%47.30
%40.54
%12.16

CMYK Percentages of Color #af962d

%0
%14
%74
%31

Triadic Colors of #af962d

#af962d #2daf96 #962daf

Analogous Colors of #af962d

#af962d #87af2d #af552d

Monochromatic Colors of #af962d

#af962d

Complementary Color

#af962d #2d46af

#af962d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af962d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af962d Color CSS Codes

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

#af962d Text Font Color

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

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


#af962d Background Color

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

This div background color is #af962d


#af962d Border Color

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

This div border color is #af962d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af962d


Comments

No comments written yet.

Please login to write comment.