#A19F90

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

Shades of Dawn #A19F90

Tints of Dawn #A19F90

Color information

#A19F90 (or 0xA19F90) is unknown color: approx Dawn. HEX triplet: A1, 9F and 90. RGB value is (161,159,144). Sum of RGB (Red+Green+Blue) = 161+159+144=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F90 is #5E606F. Grayscale: #9D9D9D. Windows color (decimal): -6185072 or 9478049. OLE color: 9478049.

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

Color convert

RGB161159144-
CMYK00.010.110.37
HSL52.94º8.29%59.8%-
HSV(B)52.94º10.56%63.14%-
XYZ32.1334.3931.33-
YUV157.89120.16130.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=34.70%
G=34.27%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115914400.010.110.3752.948.2959.8
HexA19F9001B253583c
Octal241237220011345651074
Binary1010000110011111100100000110111001011101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F90; }

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

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

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

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

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

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

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

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