#A59758

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

Shades of Husk #A59758

Tints of Husk #A59758

Color information

#A59758 (or 0xA59758) is unknown color: approx Husk. HEX triplet: A5, 97 and 58. RGB value is (165,151,88). Sum of RGB (Red+Green+Blue) = 165+151+88=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A59758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59758 is #5A68A7. Grayscale: #949494. Windows color (decimal): -5925032 or 5805989. OLE color: 5805989.

HSL color Cylindrical-coordinate representation of color #A59758: hue angle of 49.09º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A59758 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16515188-
CMYK00.080.470.35
HSL49.09º30.43%49.61%-
HSV(B)49.09º46.67%64.71%-
XYZ28.3530.8413.69-
YUV14894.14140.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 88 (34.77% from 255) = 21.78%
R=40.84%
G=37.38%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651518800.080.470.3549.0930.4349.61
HexA59758082F23311e32
Octal2452271300105743613662
Binary101001011001011110110000100010111110001111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59758; }

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

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

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

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

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

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

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

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