#A29551

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

Shades of Husk #A29551

Tints of Husk #A29551

Color information

#A29551 (or 0xA29551) is unknown color: approx Husk. HEX triplet: A2, 95 and 51. RGB value is (162,149,81). Sum of RGB (Red+Green+Blue) = 162+149+81=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A29551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29551 is #5D6AAE. Grayscale: #919191. Windows color (decimal): -6122159 or 5346722. OLE color: 5346722.

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

Color convert

RGB16214981-
CMYK00.080.500.36
HSL50.37º33.33%47.65%-
HSV(B)50.37º50%63.53%-
XYZ27.1329.7712.1-
YUV145.1491.81140.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=41.33%
G=38.01%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621498100.080.500.3650.3733.3347.65
HexA29551083224322130
Octal2422251210106244624160
Binary1010001010010101101000101000110010100100110010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29551; }

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

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

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

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

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

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

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

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