#A19F8D

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

Shades of Dawn #A19F8D

Tints of Dawn #A19F8D

Color information

#A19F8D (or 0xA19F8D) is unknown color: approx Dawn. HEX triplet: A1, 9F and 8D. RGB value is (161,159,141). Sum of RGB (Red+Green+Blue) = 161+159+141=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F8D is #5E6072. Grayscale: #9D9D9D. Windows color (decimal): -6185075 or 9281441. OLE color: 9281441.

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

Color convert

RGB161159141-
CMYK00.010.120.37
HSL54º9.62%59.22%-
HSV(B)54º12.42%63.14%-
XYZ31.934.330.14-
YUV157.55118.66130.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=34.92%
G=34.49%
B=30.59%

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
Decimal16115914100.010.120.37549.6259.22
HexA19F8D01C2536a3b
Octal241237215011445661273
Binary1010000110011111100011010111001001011101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F8D; }

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

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

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

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

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

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

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

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