#A29355

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

Shades of Husk #A29355

Tints of Husk #A29355

Color information

#A29355 (or 0xA29355) is unknown color: approx Husk. HEX triplet: A2, 93 and 55. RGB value is (162,147,85). Sum of RGB (Red+Green+Blue) = 162+147+85=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A29355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29355 is #5D6CAA. Grayscale: #909090. Windows color (decimal): -6122667 or 5608354. OLE color: 5608354.

HSL color Cylindrical-coordinate representation of color #A29355: hue angle of 48.31º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A29355 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16214785-
CMYK00.090.480.36
HSL48.31º31.17%48.43%-
HSV(B)48.31º47.53%63.53%-
XYZ26.9729.212.81-
YUV144.4294.47140.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=41.12%
G=37.31%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621478500.090.480.3648.3131.1748.43
HexA29355093024301f30
Octal2422231250116044603760
Binary101000101001001110101010100111000010010011000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29355; }

 p { color: rgb(162,147,85); }

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

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

 a { background-color: rgb(162,147,85); }

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

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

 span { border-color: rgb(162,147,85); }

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