#A6A390

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

Shades of Dawn #A6A390

Tints of Dawn #A6A390

Color information

#A6A390 (or 0xA6A390) is unknown color: approx Dawn. HEX triplet: A6, A3 and 90. RGB value is (166,163,144). Sum of RGB (Red+Green+Blue) = 166+163+144=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A390 is #595C6F. Grayscale: #A1A1A1. Windows color (decimal): -5856368 or 9479078. OLE color: 9479078.

HSL color Cylindrical-coordinate representation of color #A6A390: hue angle of 51.82º 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 #A6A390 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166163144-
CMYK00.020.130.35
HSL51.82º11%60.78%-
HSV(B)51.82º13.25%65.1%-
XYZ33.8636.3131.61-
YUV161.73117.99131.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=35.10%
G=34.46%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616314400.020.130.3551.821160.78
HexA6A39002D2334b3d
Octal246243220021543641375
Binary10100110101000111001000001011011000111101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A390; }

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

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

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

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

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

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

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

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