#A19F94

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

Shades of Dawn #A19F94

Tints of Dawn #A19F94

Color information

#A19F94 (or 0xA19F94) is unknown color: approx Dawn. HEX triplet: A1, 9F and 94. RGB value is (161,159,148). Sum of RGB (Red+Green+Blue) = 161+159+148=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F94 is #5E606B. Grayscale: #9E9E9E. Windows color (decimal): -6185068 or 9740193. OLE color: 9740193.

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

Color convert

RGB161159148-
CMYK00.010.080.37
HSL50.77º6.47%60.59%-
HSV(B)50.77º8.07%63.14%-
XYZ32.4434.5132.97-
YUV158.34122.16129.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=34.40%
G=33.97%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115914800.010.080.3750.776.4760.59
HexA19F94018253363d
Octal24123722401104563675
Binary101000011001111110010100011000100101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F94; }

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

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

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

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

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

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

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

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