#A29754

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

Shades of Husk #A29754

Tints of Husk #A29754

Color information

#A29754 (or 0xA29754) is unknown color: approx Husk. HEX triplet: A2, 97 and 54. RGB value is (162,151,84). Sum of RGB (Red+Green+Blue) = 162+151+84=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29754 is #5D68AB. Grayscale: #929292. Windows color (decimal): -6121644 or 5543842. OLE color: 5543842.

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

Color convert

RGB16215184-
CMYK00.070.480.36
HSL51.54º31.71%48.24%-
HSV(B)51.54º48.15%63.53%-
XYZ27.5730.4512.81-
YUV146.6592.64138.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=40.81%
G=38.04%
B=21.16%

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
Decimal1621518400.070.480.3651.5431.7148.24
HexA29754073024342030
Octal242227124076044644060
Binary101000101001011110101000111110000100100110100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29754; }

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

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

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

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

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

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

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

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