#AF9B4F

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

Shades of Husk #AF9B4F

Tints of Husk #AF9B4F

Color information

#AF9B4F (or 0xAF9B4F) is unknown color: approx Husk. HEX triplet: AF, 9B and 4F. RGB value is (175,155,79). Sum of RGB (Red+Green+Blue) = 175+155+79=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B4F is #5064B0. Grayscale: #989898. Windows color (decimal): -5268657 or 5217199. OLE color: 5217199.

HSL color Cylindrical-coordinate representation of color #AF9B4F: hue angle of 47.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF9B4F is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17515579-
CMYK00.110.550.31
HSL47.5º37.8%49.8%-
HSV(B)47.5º54.86%68.63%-
XYZ30.8133.1212.17-
YUV152.3286.63144.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=42.79%
G=37.90%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751557900.110.550.3147.537.849.8
HexAF9B4F0B371F302632
Octal2572331170136737604662
Binary101011111001101110011110101111011111111110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B4F; }

 p { color: rgb(175,155,79); }

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

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

 a { background-color: rgb(175,155,79); }

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

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

 span { border-color: rgb(175,155,79); }

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