#A6A490

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

Shades of Dawn #A6A490

Tints of Dawn #A6A490

Color information

#A6A490 (or 0xA6A490) is unknown color: approx Dawn. HEX triplet: A6, A4 and 90. RGB value is (166,164,144). Sum of RGB (Red+Green+Blue) = 166+164+144=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A490 is #595B6F. Grayscale: #A2A2A2. Windows color (decimal): -5856112 or 9479334. OLE color: 9479334.

HSL color Cylindrical-coordinate representation of color #A6A490: hue angle of 54.55º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6A490 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166164144-
CMYK00.010.130.35
HSL54.55º11%60.78%-
HSV(B)54.55º13.25%65.1%-
XYZ34.0436.6731.67-
YUV162.32117.66130.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=35.02%
G=34.60%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616414400.010.130.3554.551160.78
HexA6A49001D2337b3d
Octal246244220011543671375
Binary1010011010100100100100000111011000111101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A490; }

 p { color: rgb(166,164,144); }

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

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

 a { background-color: rgb(166,164,144); }

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

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

 span { border-color: rgb(166,164,144); }

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