#A2A192

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

Shades of Dawn #A2A192

Tints of Dawn #A2A192

Color information

#A2A192 (or 0xA2A192) is unknown color: approx Dawn. HEX triplet: A2, A1 and 92. RGB value is (162,161,146). Sum of RGB (Red+Green+Blue) = 162+161+146=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A192 is #5D5E6D. Grayscale: #9F9F9F. Windows color (decimal): -6119022 or 9609634. OLE color: 9609634.

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

Color convert

RGB162161146-
CMYK00.010.100.36
HSL56.25º7.92%60.39%-
HSV(B)56.25º9.88%63.53%-
XYZ32.8335.2532.27-
YUV159.59120.33129.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=34.54%
G=34.33%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216114600.010.100.3656.257.9260.39
HexA2A19201A243883c
Octal242241222011244701074
Binary1010001010100001100100100110101001001110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A192; }

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

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

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

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

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

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

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

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