#A1A091

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

Shades of Dawn #A1A091

Tints of Dawn #A1A091

Color information

#A1A091 (or 0xA1A091) is unknown color: approx Dawn. HEX triplet: A1, A0 and 91. RGB value is (161,160,145). Sum of RGB (Red+Green+Blue) = 161+160+145=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A091 is #5E5F6E. Grayscale: #9E9E9E. Windows color (decimal): -6184815 or 9543841. OLE color: 9543841.

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

Color convert

RGB161160145-
CMYK00.010.100.37
HSL56.25º7.84%60%-
HSV(B)56.25º9.94%63.14%-
XYZ32.3834.7631.79-
YUV158.59120.33129.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 145 (57.03% from 255) = 31.12%
R=34.55%
G=34.33%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116014500.010.100.3756.257.8460
HexA1A09101A253883c
Octal241240221011245701074
Binary1010000110100000100100010110101001011110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A091; }

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

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

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

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

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

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

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

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