#A19E8E

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

Shades of Dawn #A19E8E

Tints of Dawn #A19E8E

Color information

#A19E8E (or 0xA19E8E) is unknown color: approx Dawn. HEX triplet: A1, 9E and 8E. RGB value is (161,158,142). Sum of RGB (Red+Green+Blue) = 161+158+142=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19E8E is #5E6171. Grayscale: #9D9D9D. Windows color (decimal): -6185330 or 9346721. OLE color: 9346721.

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

Color convert

RGB161158142-
CMYK00.020.120.37
HSL50.53º9.18%59.41%-
HSV(B)50.53º11.8%63.14%-
XYZ31.8133.9830.47-
YUV157.07119.49130.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=34.92%
G=34.27%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115814200.020.120.3750.539.1859.41
HexA19E8E02C253393b
Octal241236216021445631173
Binary10100001100111101000111001011001001011100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19E8E; }

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

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

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

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

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

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

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

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