#A6A394

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

Shades of Dawn #A6A394

Tints of Dawn #A6A394

Color information

#A6A394 (or 0xA6A394) is unknown color: approx Dawn. HEX triplet: A6, A3 and 94. RGB value is (166,163,148). Sum of RGB (Red+Green+Blue) = 166+163+148=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A394 is #595C6B. Grayscale: #A2A2A2. Windows color (decimal): -5856364 or 9741222. OLE color: 9741222.

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

Color convert

RGB166163148-
CMYK00.020.110.35
HSL50º9.18%61.57%-
HSV(B)50º10.84%65.1%-
XYZ34.1736.4433.25-
YUV162.19119.99130.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=34.80%
G=34.17%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616314800.020.110.35509.1861.57
HexA6A39402B233293e
Octal246243224021343621176
Binary10100110101000111001010001010111000111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A394; }

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

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

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

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

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

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

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

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