#A19554

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

Shades of Husk #A19554

Tints of Husk #A19554

Color information

#A19554 (or 0xA19554) is unknown color: approx Husk. HEX triplet: A1, 95 and 54. RGB value is (161,149,84). Sum of RGB (Red+Green+Blue) = 161+149+84=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A19554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19554 is #5E6AAB. Grayscale: #919191. Windows color (decimal): -6187692 or 5543329. OLE color: 5543329.

HSL color Cylindrical-coordinate representation of color #A19554: hue angle of 50.65º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A19554 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16114984-
CMYK00.070.480.37
HSL50.65º31.43%48.04%-
HSV(B)50.65º47.83%63.14%-
XYZ27.0529.7112.7-
YUV145.1893.48139.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=40.86%
G=37.82%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611498400.070.480.3750.6531.4348.04
HexA19554073025331f30
Octal241225124076045633760
Binary10100001100101011010100011111000010010111001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19554; }

 p { color: rgb(161,149,84); }

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

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

 a { background-color: rgb(161,149,84); }

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

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

 span { border-color: rgb(161,149,84); }

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