#AF964D

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

Shades of Husk #AF964D

Tints of Husk #AF964D

Color information

#AF964D (or 0xAF964D) is unknown color: approx Husk. HEX triplet: AF, 96 and 4D. RGB value is (175,150,77). Sum of RGB (Red+Green+Blue) = 175+150+77=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF964D is #5069B2. Grayscale: #959595. Windows color (decimal): -5269939 or 5084847. OLE color: 5084847.

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

Color convert

RGB17515077-
CMYK00.140.560.31
HSL44.69º38.89%49.41%-
HSV(B)44.69º56%68.63%-
XYZ29.9331.4611.52-
YUV149.1587.28146.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=43.53%
G=37.31%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751507700.140.560.3144.6938.8949.41
HexAF964D0E381F2d2731
Octal2572261150167037554761
Binary101011111001011010011010111011100011111101101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF964D; }

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

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

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

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

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

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

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

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