#A19455

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

Shades of Husk #A19455

Tints of Husk #A19455

Color information

#A19455 (or 0xA19455) is unknown color: approx Husk. HEX triplet: A1, 94 and 55. RGB value is (161,148,85). Sum of RGB (Red+Green+Blue) = 161+148+85=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A19455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19455 is #5E6BAA. Grayscale: #909090. Windows color (decimal): -6187947 or 5608609. OLE color: 5608609.

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

Color convert

RGB16114885-
CMYK00.080.470.37
HSL49.74º30.89%48.24%-
HSV(B)49.74º47.2%63.14%-
XYZ26.9329.4112.85-
YUV144.794.31139.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=40.86%
G=37.56%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611488500.080.470.3749.7430.8948.24
HexA19455082F25321f30
Octal2412241250105745623760
Binary101000011001010010101010100010111110010111001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19455; }

 p { color: rgb(161,148,85); }

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

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

 a { background-color: rgb(161,148,85); }

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

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

 span { border-color: rgb(161,148,85); }

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