#A59750

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

Shades of Husk #A59750

Tints of Husk #A59750

Color information

#A59750 (or 0xA59750) is unknown color: approx Husk. HEX triplet: A5, 97 and 50. RGB value is (165,151,80). Sum of RGB (Red+Green+Blue) = 165+151+80=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A59750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59750 is #5A68AF. Grayscale: #939393. Windows color (decimal): -5925040 or 5281701. OLE color: 5281701.

HSL color Cylindrical-coordinate representation of color #A59750: hue angle of 50.12º 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 #A59750 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16515180-
CMYK00.080.520.35
HSL50.12º34.69%48.04%-
HSV(B)50.12º51.52%64.71%-
XYZ28.0330.7112.04-
YUV147.0990.14140.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 80 (31.64% from 255) = 20.20%
R=41.67%
G=38.13%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651518000.080.520.3550.1234.6948.04
HexA59750083423322330
Octal2452271200106443624360
Binary1010010110010111101000001000110100100011110010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59750; }

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

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

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

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

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

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

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

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