#A2A093

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

Shades of Dawn #A2A093

Tints of Dawn #A2A093

Color information

#A2A093 (or 0xA2A093) is unknown color: approx Dawn. HEX triplet: A2, A0 and 93. RGB value is (162,160,147). Sum of RGB (Red+Green+Blue) = 162+160+147=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A093 is #5D5F6C. Grayscale: #9F9F9F. Windows color (decimal): -6119277 or 9674914. OLE color: 9674914.

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

Color convert

RGB162160147-
CMYK00.010.090.36
HSL52º7.46%60.59%-
HSV(B)52º9.26%63.53%-
XYZ32.7434.9332.62-
YUV159.12121.16130.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=34.54%
G=34.12%
B=31.34%

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
Decimal16216014700.010.090.36527.4660.59
HexA2A093019243473d
Octal24224022301114464775
Binary101000101010000010010011011001100100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A093; }

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

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

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

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

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

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

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

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