#A1A08E

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

Shades of Dawn #A1A08E

Tints of Dawn #A1A08E

Color information

#A1A08E (or 0xA1A08E) is unknown color: approx Dawn. HEX triplet: A1, A0 and 8E. RGB value is (161,160,142). Sum of RGB (Red+Green+Blue) = 161+160+142=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A08E is #5E5F71. Grayscale: #9E9E9E. Windows color (decimal): -6184818 or 9347233. OLE color: 9347233.

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

Color convert

RGB161160142-
CMYK00.010.120.37
HSL56.84º9.18%59.41%-
HSV(B)56.84º11.8%63.14%-
XYZ32.1534.6730.59-
YUV158.25118.83129.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=34.77%
G=34.56%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116014200.010.120.3756.849.1859.41
HexA1A08E01C253993b
Octal241240216011445711173
Binary1010000110100000100011100111001001011110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A08E; }

 p { color: rgb(161,160,142); }

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

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

 a { background-color: rgb(161,160,142); }

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

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

 span { border-color: rgb(161,160,142); }

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