#af9a42

Color #AF9A42 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AF9A42

Tints of Husk #AF9A42

Color information

#AF9A42 (or 0xAF9A42) is unknown color: approx Husk. HEX triplet: AF, 9A and 42. RGB value is (175,154,66). Sum of RGB (Red+Green+Blue) = 175+154+66=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A42 is #5065BD. Grayscale: #969696. Windows color (decimal): -5268926 or 4364975. OLE color: 4364975.

HSL color Cylindrical-coordinate representation of color #AF9A42: hue angle of 48.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF9A42 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17515466-
CMYK00.120.620.31
HSL48.44º45.23%47.25%-
HSV(B)48.44º62.29%68.63%-
XYZ30.2232.629.86-
YUV150.2580.46145.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=44.30%
G=38.99%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751546600.120.620.3148.4445.2347.25
HexAF9A420C3E1F302d2f
Octal2572321020147637605557
Binary101011111001101010000100110011111011111110000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9a42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9a42; }

 p { color: rgb(175,154,66); }

 H1.HeaderClassName
 {
   color: #af9a42;
 }
 .AnyTagClassName
 {
   color: #af9a42;
 }
</style>
background-color css

<style>
 a { background-color: #af9a42; }

 a { background-color: rgb(175,154,66); }

 div.DivClassName
 {
   background-color: #af9a42;
 }
 .BgClassName
 {
   background-color: #af9a42;
 }
</style>
border-color css

<style>
 span { border-color: #af9a42; }

 span { border-color: rgb(175,154,66); }

 td.TdClassName
 {
   border-color: #af9a42;
 }
 .TagClassName
 {
   border-color: #af9a42;
 }
</style>