#A19851

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

Shades of Husk #A19851

Tints of Husk #A19851

Color information

#A19851 (or 0xA19851) is unknown color: approx Husk. HEX triplet: A1, 98 and 51. RGB value is (161,152,81). Sum of RGB (Red+Green+Blue) = 161+152+81=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A19851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19851 is #5E67AE. Grayscale: #929292. Windows color (decimal): -6186927 or 5347489. OLE color: 5347489.

HSL color Cylindrical-coordinate representation of color #A19851: hue angle of 53.25º degrees, saturation: 0.33, 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 #A19851 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16115281-
CMYK00.060.500.37
HSL53.25º33.06%47.45%-
HSV(B)53.25º49.69%63.14%-
XYZ27.4130.6312.25-
YUV146.690.98138.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=40.86%
G=38.58%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611528100.060.500.3753.2533.0647.45
HexA1985106322535212f
Octal241230121066245654157
Binary101000011001100010100010110110010100101110101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19851; }

 p { color: rgb(161,152,81); }

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

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

 a { background-color: rgb(161,152,81); }

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

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

 span { border-color: rgb(161,152,81); }

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