#A29846

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

Shades of Husk #A29846

Tints of Husk #A29846

Color information

#A29846 (or 0xA29846) is unknown color: approx Husk. HEX triplet: A2, 98 and 46. RGB value is (162,152,70). Sum of RGB (Red+Green+Blue) = 162+152+70=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A29846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29846 is #5D67B9. Grayscale: #919191. Windows color (decimal): -6121402 or 4626594. OLE color: 4626594.

HSL color Cylindrical-coordinate representation of color #A29846: hue angle of 53.48º 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 #A29846 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16215270-
CMYK00.060.570.36
HSL53.48º39.66%45.49%-
HSV(B)53.48º56.79%63.53%-
XYZ27.2330.5810.26-
YUV145.6485.31139.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=42.19%
G=39.58%
B=18.23%

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
Decimal1621527000.060.570.3653.4839.6645.49
HexA2984606392435282d
Octal242230106067144655055
Binary101000101001100010001100110111001100100110101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29846; }

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

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

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

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

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

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

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

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