#A09650

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

Shades of Husk #A09650

Tints of Husk #A09650

Color information

#A09650 (or 0xA09650) is unknown color: approx Husk. HEX triplet: A0, 96 and 50. RGB value is (160,150,80). Sum of RGB (Red+Green+Blue) = 160+150+80=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A09650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09650 is #5F69AF. Grayscale: #919191. Windows color (decimal): -6252976 or 5281440. OLE color: 5281440.

HSL color Cylindrical-coordinate representation of color #A09650: hue angle of 52.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A09650 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB16015080-
CMYK00.060.50.37
HSL52.5º33.33%47.06%-
HSV(B)52.5º50%62.75%-
XYZ26.8529.8711.94-
YUV145.0191.31138.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=41.03%
G=38.46%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601508000.060.50.3752.533.3347.06
HexA0965006322534212f
Octal240226120066245644157
Binary101000001001011010100000110110010100101110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09650; }

 p { color: rgb(160,150,80); }

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

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

 a { background-color: rgb(160,150,80); }

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

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

 span { border-color: rgb(160,150,80); }

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