#af9656

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

Shades of Husk #AF9656

Tints of Husk #AF9656

Color information

#AF9656 (or 0xAF9656) is unknown color: approx Husk. HEX triplet: AF, 96 and 56. RGB value is (175,150,86). Sum of RGB (Red+Green+Blue) = 175+150+86=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9656 is #5069A9. Grayscale: #969696. Windows color (decimal): -5269930 or 5674671. OLE color: 5674671.

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

Color convert

RGB17515086-
CMYK00.140.510.31
HSL43.15º35.74%51.18%-
HSV(B)43.15º50.86%68.63%-
XYZ30.2731.613.31-
YUV150.1891.78145.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=42.58%
G=36.50%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751508600.140.510.3143.1535.7451.18
HexAF96560E331F2b2433
Octal2572261260166337534463
Binary101011111001011010101100111011001111111101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9656; }

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

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

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

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

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

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

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

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