#A19E8A

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

Shades of Dawn #A19E8A

Tints of Dawn #A19E8A

Color information

#A19E8A (or 0xA19E8A) is unknown color: approx Dawn. HEX triplet: A1, 9E and 8A. RGB value is (161,158,138). Sum of RGB (Red+Green+Blue) = 161+158+138=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19E8A is #5E6175. Grayscale: #9C9C9C. Windows color (decimal): -6185334 or 9084577. OLE color: 9084577.

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

Color convert

RGB161158138-
CMYK00.020.140.37
HSL52.17º10.9%58.63%-
HSV(B)52.17º14.29%63.14%-
XYZ31.5133.8728.92-
YUV156.62117.49131.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=35.23%
G=34.57%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115813800.020.140.3752.1710.958.63
HexA19E8A02E2534b3b
Octal241236212021645641373
Binary10100001100111101000101001011101001011101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19E8A; }

 p { color: rgb(161,158,138); }

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

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

 a { background-color: rgb(161,158,138); }

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

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

 span { border-color: rgb(161,158,138); }

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