#A2A191

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

Shades of Dawn #A2A191

Tints of Dawn #A2A191

Color information

#A2A191 (or 0xA2A191) is unknown color: approx Dawn. HEX triplet: A2, A1 and 91. RGB value is (162,161,145). Sum of RGB (Red+Green+Blue) = 162+161+145=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A191 is #5D5E6E. Grayscale: #9F9F9F. Windows color (decimal): -6119023 or 9544098. OLE color: 9544098.

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

Color convert

RGB162161145-
CMYK00.010.100.36
HSL56.47º8.37%60.2%-
HSV(B)56.47º10.49%63.53%-
XYZ32.7635.2231.86-
YUV159.48119.83129.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=34.62%
G=34.40%
B=30.98%

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
Decimal16216114500.010.100.3656.478.3760.2
HexA2A19101A243883c
Octal242241221011244701074
Binary1010001010100001100100010110101001001110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A191; }

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

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

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

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

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

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

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

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