#A7A490

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

Shades of Dawn #A7A490

Tints of Dawn #A7A490

Color information

#A7A490 (or 0xA7A490) is unknown color: approx Dawn. HEX triplet: A7, A4 and 90. RGB value is (167,164,144). Sum of RGB (Red+Green+Blue) = 167+164+144=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A490 is #585B6F. Grayscale: #A2A2A2. Windows color (decimal): -5790576 or 9479335. OLE color: 9479335.

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

Color convert

RGB167164144-
CMYK00.020.140.35
HSL52.17º11.56%60.98%-
HSV(B)52.17º13.77%65.49%-
XYZ34.2536.7831.68-
YUV162.62117.49131.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=35.16%
G=34.53%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716414400.020.140.3552.1711.5660.98
HexA7A49002E2334c3d
Octal247244220021643641475
Binary10100111101001001001000001011101000111101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A490; }

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

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

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

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

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

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

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

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