#A29755

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

Shades of Husk #A29755

Tints of Husk #A29755

Color information

#A29755 (or 0xA29755) is unknown color: approx Husk. HEX triplet: A2, 97 and 55. RGB value is (162,151,85). Sum of RGB (Red+Green+Blue) = 162+151+85=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29755 is #5D68AA. Grayscale: #939393. Windows color (decimal): -6121643 or 5609378. OLE color: 5609378.

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

Color convert

RGB16215185-
CMYK00.070.480.36
HSL51.43º31.17%48.43%-
HSV(B)51.43º47.53%63.53%-
XYZ27.6130.4713.02-
YUV146.7693.14138.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=40.70%
G=37.94%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621518500.070.480.3651.4331.1748.43
HexA29755073024331f30
Octal242227125076044633760
Binary10100010100101111010101011111000010010011001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29755; }

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

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

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

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

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

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

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

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