#A19250

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

Shades of Husk #A19250

Tints of Husk #A19250

Color information

#A19250 (or 0xA19250) is unknown color: approx Husk. HEX triplet: A1, 92 and 50. RGB value is (161,146,80). Sum of RGB (Red+Green+Blue) = 161+146+80=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A19250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19250 is #5E6DAF. Grayscale: #8F8F8F. Windows color (decimal): -6188464 or 5280417. OLE color: 5280417.

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

Color convert

RGB16114680-
CMYK00.090.500.37
HSL48.89º33.61%47.25%-
HSV(B)48.89º50.31%63.14%-
XYZ26.4228.7111.74-
YUV142.9692.47140.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=41.60%
G=37.73%
B=20.67%

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
Decimal1611468000.090.500.3748.8933.6147.25
HexA1925009322531222f
Octal2412221200116245614257
Binary1010000110010010101000001001110010100101110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19250; }

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

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

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

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

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

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

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

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