#A59650

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

Shades of Husk #A59650

Tints of Husk #A59650

Color information

#A59650 (or 0xA59650) is unknown color: approx Husk. HEX triplet: A5, 96 and 50. RGB value is (165,150,80). Sum of RGB (Red+Green+Blue) = 165+150+80=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A59650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59650 is #5A69AF. Grayscale: #929292. Windows color (decimal): -5925296 or 5281445. OLE color: 5281445.

HSL color Cylindrical-coordinate representation of color #A59650: hue angle of 49.41º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A59650 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16515080-
CMYK00.090.520.35
HSL49.41º34.69%48.04%-
HSV(B)49.41º51.52%64.71%-
XYZ27.8730.3911.99-
YUV146.590.47141.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=41.77%
G=37.97%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651508000.090.520.3549.4134.6948.04
HexA59650093423312330
Octal2452261200116443614360
Binary1010010110010110101000001001110100100011110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59650; }

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

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

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

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

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

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

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

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