#AF9651

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

Shades of Husk #AF9651

Tints of Husk #AF9651

Color information

#AF9651 (or 0xAF9651) is unknown color: approx Husk. HEX triplet: AF, 96 and 51. RGB value is (175,150,81). Sum of RGB (Red+Green+Blue) = 175+150+81=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9651 is #5069AE. Grayscale: #959595. Windows color (decimal): -5269935 or 5346991. OLE color: 5346991.

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

Color convert

RGB17515081-
CMYK00.140.540.31
HSL44.04º37.01%50.2%-
HSV(B)44.04º53.71%68.63%-
XYZ30.0731.5212.28-
YUV149.6189.28146.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 81 (32.03% from 255) = 19.95%
R=43.10%
G=36.95%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751508100.140.540.3144.0437.0150.2
HexAF96510E361F2c2532
Octal2572261210166637544562
Binary101011111001011010100010111011011011111101100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9651; }

 p { color: rgb(175,150,81); }

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

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

 a { background-color: rgb(175,150,81); }

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

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

 span { border-color: rgb(175,150,81); }

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