#A6A391

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

Shades of Dawn #A6A391

Tints of Dawn #A6A391

Color information

#A6A391 (or 0xA6A391) is unknown color: approx Dawn. HEX triplet: A6, A3 and 91. RGB value is (166,163,145). Sum of RGB (Red+Green+Blue) = 166+163+145=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A391 is #595C6E. Grayscale: #A1A1A1. Windows color (decimal): -5856367 or 9544614. OLE color: 9544614.

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

Color convert

RGB166163145-
CMYK00.020.130.35
HSL51.43º10.55%60.98%-
HSV(B)51.43º12.65%65.1%-
XYZ33.9336.3532.01-
YUV161.84118.49130.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 163 (64.06% from 255) = 34.39%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=35.02%
G=34.39%
B=30.59%

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
Decimal16616314500.020.130.3551.4310.5560.98
HexA6A39102D2333b3d
Octal246243221021543631375
Binary10100110101000111001000101011011000111100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A391; }

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

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

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

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

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

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

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

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