#A19F8E

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

Shades of Dawn #A19F8E

Tints of Dawn #A19F8E

Color information

#A19F8E (or 0xA19F8E) is unknown color: approx Dawn. HEX triplet: A1, 9F and 8E. RGB value is (161,159,142). Sum of RGB (Red+Green+Blue) = 161+159+142=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F8E is #5E6071. Grayscale: #9D9D9D. Windows color (decimal): -6185074 or 9346977. OLE color: 9346977.

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

Color convert

RGB161159142-
CMYK00.010.120.37
HSL53.68º9.18%59.41%-
HSV(B)53.68º11.8%63.14%-
XYZ31.9834.3330.53-
YUV157.66119.16130.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=34.85%
G=34.42%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115914200.010.120.3753.689.1859.41
HexA19F8E01C253693b
Octal241237216011445661173
Binary1010000110011111100011100111001001011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F8E; }

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

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

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

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

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

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

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

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