#A19251

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

Shades of Husk #A19251

Tints of Husk #A19251

Color information

#A19251 (or 0xA19251) is unknown color: approx Husk. HEX triplet: A1, 92 and 51. RGB value is (161,146,81). Sum of RGB (Red+Green+Blue) = 161+146+81=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A19251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19251 is #5E6DAE. Grayscale: #8F8F8F. Windows color (decimal): -6188463 or 5345953. OLE color: 5345953.

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

Color convert

RGB16114681-
CMYK00.090.500.37
HSL48.75º33.06%47.45%-
HSV(B)48.75º49.69%63.14%-
XYZ26.4628.7311.94-
YUV143.0892.97140.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 81 (32.03% from 255) = 20.88%
R=41.49%
G=37.63%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611468100.090.500.3748.7533.0647.45
HexA1925109322531212f
Octal2412221210116245614157
Binary1010000110010010101000101001110010100101110001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19251; }

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

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

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

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

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

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

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

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