#A2A094

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

Shades of Dawn #A2A094

Tints of Dawn #A2A094

Color information

#A2A094 (or 0xA2A094) is unknown color: approx Dawn. HEX triplet: A2, A0 and 94. RGB value is (162,160,148). Sum of RGB (Red+Green+Blue) = 162+160+148=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A094 is #5D5F6B. Grayscale: #9F9F9F. Windows color (decimal): -6119276 or 9740450. OLE color: 9740450.

HSL color Cylindrical-coordinate representation of color #A2A094: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2A094 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162160148-
CMYK00.010.090.36
HSL51.43º7%60.78%-
HSV(B)51.43º8.64%63.53%-
XYZ32.8234.9633.04-
YUV159.23121.66129.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=34.47%
G=34.04%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216014800.010.090.3651.43760.78
HexA2A094019243373d
Octal24224022401114463775
Binary101000101010000010010100011001100100110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A094; }

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

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

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

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

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

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

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

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