#A19A50

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

Shades of Husk #A19A50

Tints of Husk #A19A50

Color information

#A19A50 (or 0xA19A50) is unknown color: approx Husk. HEX triplet: A1, 9A and 50. RGB value is (161,154,80). Sum of RGB (Red+Green+Blue) = 161+154+80=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A50 is #5E65AF. Grayscale: #939393. Windows color (decimal): -6186416 or 5282465. OLE color: 5282465.

HSL color Cylindrical-coordinate representation of color #A19A50: hue angle of 54.81º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A19A50 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16115480-
CMYK00.040.500.37
HSL54.81º33.61%47.25%-
HSV(B)54.81º50.31%63.14%-
XYZ27.731.2712.16-
YUV147.6689.82137.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=40.76%
G=38.99%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611548000.040.500.3754.8133.6147.25
HexA19A5004322537222f
Octal241232120046245674257
Binary101000011001101010100000100110010100101110111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A50; }

 p { color: rgb(161,154,80); }

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

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

 a { background-color: rgb(161,154,80); }

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

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

 span { border-color: rgb(161,154,80); }

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