#A1A094

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

Shades of Dawn #A1A094

Tints of Dawn #A1A094

Color information

#A1A094 (or 0xA1A094) is unknown color: approx Dawn. HEX triplet: A1, A0 and 94. RGB value is (161,160,148). Sum of RGB (Red+Green+Blue) = 161+160+148=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A094 is #5E5F6B. Grayscale: #9E9E9E. Windows color (decimal): -6184812 or 9740449. OLE color: 9740449.

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

Color convert

RGB161160148-
CMYK00.010.080.37
HSL55.38º6.47%60.59%-
HSV(B)55.38º8.07%63.14%-
XYZ32.6134.8633.03-
YUV158.93121.83129.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=34.33%
G=34.12%
B=31.56%

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
Decimal16116014800.010.080.3755.386.4760.59
HexA1A094018253763d
Octal24124022401104567675
Binary101000011010000010010100011000100101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A094; }

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

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

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

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

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

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

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

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