#a19458

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

Shades of Husk #A19458

Tints of Husk #A19458

Color information

#A19458 (or 0xA19458) is unknown color: approx Husk. HEX triplet: A1, 94 and 58. RGB value is (161,148,88). Sum of RGB (Red+Green+Blue) = 161+148+88=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A19458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19458 is #5E6BA7. Grayscale: #919191. Windows color (decimal): -6187944 or 5805217. OLE color: 5805217.

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

Color convert

RGB16114888-
CMYK00.080.450.37
HSL49.32º29.32%48.82%-
HSV(B)49.32º45.34%63.14%-
XYZ27.0529.4613.49-
YUV145.0595.81139.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=40.55%
G=37.28%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611488800.080.450.3749.3229.3248.82
HexA19458082D25311d31
Octal2412241300105545613561
Binary101000011001010010110000100010110110010111000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a19458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a19458; }

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

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

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

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

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

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

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

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