#A19E93

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

Shades of Dawn #A19E93

Tints of Dawn #A19E93

Color information

#A19E93 (or 0xA19E93) is unknown color: approx Dawn. HEX triplet: A1, 9E and 93. RGB value is (161,158,147). Sum of RGB (Red+Green+Blue) = 161+158+147=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19E93 is #5E616C. Grayscale: #9D9D9D. Windows color (decimal): -6185325 or 9674401. OLE color: 9674401.

HSL color Cylindrical-coordinate representation of color #A19E93: hue angle of 47.14º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19E93 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB161158147-
CMYK00.020.090.37
HSL47.14º6.93%60.39%-
HSV(B)47.14º8.7%63.14%-
XYZ32.1934.1432.5-
YUV157.64121.99130.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=34.55%
G=33.91%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115814700.020.090.3747.146.9360.39
HexA19E93029252f73c
Octal24123622302114557774
Binary1010000110011110100100110101001100101101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19E93; }

 p { color: rgb(161,158,147); }

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

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

 a { background-color: rgb(161,158,147); }

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

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

 span { border-color: rgb(161,158,147); }

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