#A6A191

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

Shades of Dawn #A6A191

Tints of Dawn #A6A191

Color information

#A6A191 (or 0xA6A191) is unknown color: approx Dawn. HEX triplet: A6, A1 and 91. RGB value is (166,161,145). Sum of RGB (Red+Green+Blue) = 166+161+145=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A191 is #595E6E. Grayscale: #A0A0A0. Windows color (decimal): -5856879 or 9544102. OLE color: 9544102.

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

Color convert

RGB166161145-
CMYK00.030.130.35
HSL45.71º10.55%60.98%-
HSV(B)45.71º12.65%65.1%-
XYZ33.5835.6431.9-
YUV160.67119.16131.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=35.17%
G=34.11%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616114500.030.130.3545.7110.5560.98
HexA6A19103D232eb3d
Octal246241221031543561375
Binary10100110101000011001000101111011000111011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A191; }

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

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

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

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

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

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

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

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