#A19F89

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

Shades of Dawn #A19F89

Tints of Dawn #A19F89

Color information

#A19F89 (or 0xA19F89) is unknown color: approx Dawn. HEX triplet: A1, 9F and 89. RGB value is (161,159,137). Sum of RGB (Red+Green+Blue) = 161+159+137=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F89 is #5E6076. Grayscale: #9D9D9D. Windows color (decimal): -6185079 or 9019297. OLE color: 9019297.

HSL color Cylindrical-coordinate representation of color #A19F89: hue angle of 55º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A19F89 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB161159137-
CMYK00.010.150.37
HSL55º11.32%58.43%-
HSV(B)55º14.91%63.14%-
XYZ31.6134.1828.6-
YUV157.09116.66130.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=35.23%
G=34.79%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115913700.010.150.375511.3258.43
HexA19F8901F2537b3a
Octal241237211011745671372
Binary1010000110011111100010010111111001011101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F89; }

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

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

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

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

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

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

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

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