#A59945

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

Shades of Husk #A59945

Tints of Husk #A59945

Color information

#A59945 (or 0xA59945) is unknown color: approx Husk. HEX triplet: A5, 99 and 45. RGB value is (165,153,69). Sum of RGB (Red+Green+Blue) = 165+153+69=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A59945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59945 is #5A66BA. Grayscale: #939393. Windows color (decimal): -5924539 or 4561317. OLE color: 4561317.

HSL color Cylindrical-coordinate representation of color #A59945: hue angle of 52.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A59945 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16515369-
CMYK00.070.580.35
HSL52.5º41.03%45.88%-
HSV(B)52.5º58.18%64.71%-
XYZ27.9831.2110.18-
YUV147.0183.98140.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=42.64%
G=39.53%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651536900.070.580.3552.541.0345.88
HexA59945073A2334292e
Octal245231105077243645156
Binary101001011001100110001010111111010100011110100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59945; }

 p { color: rgb(165,153,69); }

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

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

 a { background-color: rgb(165,153,69); }

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

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

 span { border-color: rgb(165,153,69); }

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