#A29845

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

Shades of Husk #A29845

Tints of Husk #A29845

Color information

#A29845 (or 0xA29845) is unknown color: approx Husk. HEX triplet: A2, 98 and 45. RGB value is (162,152,69). Sum of RGB (Red+Green+Blue) = 162+152+69=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A29845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29845 is #5D67BA. Grayscale: #919191. Windows color (decimal): -6121403 or 4561058. OLE color: 4561058.

HSL color Cylindrical-coordinate representation of color #A29845: hue angle of 53.55º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A29845 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16215269-
CMYK00.060.570.36
HSL53.55º40.26%45.29%-
HSV(B)53.55º57.41%63.53%-
XYZ27.230.5710.1-
YUV145.5384.81139.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=42.30%
G=39.69%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621526900.060.570.3653.5540.2645.29
HexA2984506392436282d
Octal242230105067144665055
Binary101000101001100010001010110111001100100110110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29845; }

 p { color: rgb(162,152,69); }

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

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

 a { background-color: rgb(162,152,69); }

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

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

 span { border-color: rgb(162,152,69); }

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