#A6A393

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

Shades of Dawn #A6A393

Tints of Dawn #A6A393

Color information

#A6A393 (or 0xA6A393) is unknown color: approx Dawn. HEX triplet: A6, A3 and 93. RGB value is (166,163,147). Sum of RGB (Red+Green+Blue) = 166+163+147=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A393 is #595C6C. Grayscale: #A2A2A2. Windows color (decimal): -5856365 or 9675686. OLE color: 9675686.

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

Color convert

RGB166163147-
CMYK00.020.110.35
HSL50.53º9.64%61.37%-
HSV(B)50.53º11.45%65.1%-
XYZ34.0936.4132.83-
YUV162.07119.49130.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 163 (64.06% from 255) = 34.24%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=34.87%
G=34.24%
B=30.88%

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
Decimal16616314700.020.110.3550.539.6461.37
HexA6A39302B2333a3d
Octal246243223021343631275
Binary10100110101000111001001101010111000111100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A393; }

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

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

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

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

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

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

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

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