#A2A190

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

Shades of Dawn #A2A190

Tints of Dawn #A2A190

Color information

#A2A190 (or 0xA2A190) is unknown color: approx Dawn. HEX triplet: A2, A1 and 90. RGB value is (162,161,144). Sum of RGB (Red+Green+Blue) = 162+161+144=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A190 is #5D5E6F. Grayscale: #9F9F9F. Windows color (decimal): -6119024 or 9478562. OLE color: 9478562.

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

Color convert

RGB162161144-
CMYK00.010.110.36
HSL56.67º8.82%60%-
HSV(B)56.67º11.11%63.53%-
XYZ32.6835.1831.45-
YUV159.36119.33129.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=34.69%
G=34.48%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216114400.010.110.3656.678.8260
HexA2A19001B243993c
Octal242241220011344711174
Binary1010001010100001100100000110111001001110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A190; }

 p { color: rgb(162,161,144); }

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

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

 a { background-color: rgb(162,161,144); }

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

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

 span { border-color: rgb(162,161,144); }

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