#AF9951

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

Shades of Husk #AF9951

Tints of Husk #AF9951

Color information

#AF9951 (or 0xAF9951) is unknown color: approx Husk. HEX triplet: AF, 99 and 51. RGB value is (175,153,81). Sum of RGB (Red+Green+Blue) = 175+153+81=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9951 is #5066AE. Grayscale: #979797. Windows color (decimal): -5269167 or 5347759. OLE color: 5347759.

HSL color Cylindrical-coordinate representation of color #AF9951: hue angle of 45.96º 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 #AF9951 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17515381-
CMYK00.130.540.31
HSL45.96º37.01%50.2%-
HSV(B)45.96º53.71%68.63%-
XYZ30.5632.4912.45-
YUV151.3788.29144.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 81 (32.03% from 255) = 19.80%
R=42.79%
G=37.41%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751538100.130.540.3145.9637.0150.2
HexAF99510D361F2e2532
Octal2572311210156637564562
Binary101011111001100110100010110111011011111101110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9951; }

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

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

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

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

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

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

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

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