#A29954

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

Shades of Husk #A29954

Tints of Husk #A29954

Color information

#A29954 (or 0xA29954) is unknown color: approx Husk. HEX triplet: A2, 99 and 54. RGB value is (162,153,84). Sum of RGB (Red+Green+Blue) = 162+153+84=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A29954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29954 is #5D66AB. Grayscale: #949494. Windows color (decimal): -6121132 or 5544354. OLE color: 5544354.

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

Color convert

RGB16215384-
CMYK00.060.480.36
HSL53.08º31.71%48.24%-
HSV(B)53.08º48.15%63.53%-
XYZ27.8931.112.92-
YUV147.8291.98138.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=40.60%
G=38.35%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621538400.060.480.3653.0831.7148.24
HexA29954063024352030
Octal242231124066044654060
Binary101000101001100110101000110110000100100110101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29954; }

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

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

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

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

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

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

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

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