#A29351

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

Shades of Husk #A29351

Tints of Husk #A29351

Color information

#A29351 (or 0xA29351) is unknown color: approx Husk. HEX triplet: A2, 93 and 51. RGB value is (162,147,81). Sum of RGB (Red+Green+Blue) = 162+147+81=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A29351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29351 is #5D6CAE. Grayscale: #909090. Windows color (decimal): -6122671 or 5346210. OLE color: 5346210.

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

Color convert

RGB16214781-
CMYK00.090.500.36
HSL48.89º33.33%47.65%-
HSV(B)48.89º50%63.53%-
XYZ26.8229.1412-
YUV143.9692.47140.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=41.54%
G=37.69%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621478100.090.500.3648.8933.3347.65
HexA29351093224312130
Octal2422231210116244614160
Binary1010001010010011101000101001110010100100110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29351; }

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

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

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

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

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

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

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

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