#A19F8A

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

Shades of Dawn #A19F8A

Tints of Dawn #A19F8A

Color information

#A19F8A (or 0xA19F8A) is unknown color: approx Dawn. HEX triplet: A1, 9F and 8A. RGB value is (161,159,138). Sum of RGB (Red+Green+Blue) = 161+159+138=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F8A is #5E6075. Grayscale: #9D9D9D. Windows color (decimal): -6185078 or 9084833. OLE color: 9084833.

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

Color convert

RGB161159138-
CMYK00.010.140.37
HSL54.78º10.9%58.63%-
HSV(B)54.78º14.29%63.14%-
XYZ31.6834.2128.98-
YUV157.2117.16130.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 159 (62.5% from 255) = 34.72%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=35.15%
G=34.72%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115913800.010.140.3754.7810.958.63
HexA19F8A01E2537b3b
Octal241237212011645671373
Binary1010000110011111100010100111101001011101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F8A; }

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

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

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

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

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

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

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

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