#AF964C

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

Shades of Husk #AF964C

Tints of Husk #AF964C

Color information

#AF964C (or 0xAF964C) is unknown color: approx Husk. HEX triplet: AF, 96 and 4C. RGB value is (175,150,76). Sum of RGB (Red+Green+Blue) = 175+150+76=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF964C is #5069B3. Grayscale: #959595. Windows color (decimal): -5269940 or 5019311. OLE color: 5019311.

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

Color convert

RGB17515076-
CMYK00.140.570.31
HSL44.85º39.44%49.22%-
HSV(B)44.85º56.57%68.63%-
XYZ29.8931.4511.33-
YUV149.0486.78146.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=43.64%
G=37.41%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751507600.140.570.3144.8539.4449.22
HexAF964C0E391F2d2731
Octal2572261140167137554761
Binary101011111001011010011000111011100111111101101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF964C; }

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

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

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

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

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

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

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

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