#AF9B4C

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

Shades of Husk #AF9B4C

Tints of Husk #AF9B4C

Color information

#AF9B4C (or 0xAF9B4C) is unknown color: approx Husk. HEX triplet: AF, 9B and 4C. RGB value is (175,155,76). Sum of RGB (Red+Green+Blue) = 175+155+76=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B4C is #5064B3. Grayscale: #989898. Windows color (decimal): -5268660 or 5020591. OLE color: 5020591.

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

Color convert

RGB17515576-
CMYK00.110.570.31
HSL47.88º39.44%49.22%-
HSV(B)47.88º56.57%68.63%-
XYZ30.7133.0811.6-
YUV151.9785.13144.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=43.10%
G=38.18%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751557600.110.570.3147.8839.4449.22
HexAF9B4C0B391F302731
Octal2572331140137137604761
Binary101011111001101110011000101111100111111110000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B4C; }

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

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

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

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

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

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

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

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