#A29B45

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

Shades of Husk #A29B45

Tints of Husk #A29B45

Color information

#A29B45 (or 0xA29B45) is unknown color: approx Husk. HEX triplet: A2, 9B and 45. RGB value is (162,155,69). Sum of RGB (Red+Green+Blue) = 162+155+69=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B45 is #5D64BA. Grayscale: #939393. Windows color (decimal): -6120635 or 4561826. OLE color: 4561826.

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

Color convert

RGB16215569-
CMYK00.040.570.36
HSL55.48º40.26%45.29%-
HSV(B)55.48º57.41%63.53%-
XYZ27.731.5510.26-
YUV147.2983.82138.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=41.97%
G=40.16%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621556900.040.570.3655.4840.2645.29
HexA29B4504392437282d
Octal242233105047144675055
Binary101000101001101110001010100111001100100110111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B45; }

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

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

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

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

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

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

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

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