#A6A395

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

Shades of Dawn #A6A395

Tints of Dawn #A6A395

Color information

#A6A395 (or 0xA6A395) is unknown color: approx Dawn. HEX triplet: A6, A3 and 95. RGB value is (166,163,149). Sum of RGB (Red+Green+Blue) = 166+163+149=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A395 is #595C6A. Grayscale: #A2A2A2. Windows color (decimal): -5856363 or 9806758. OLE color: 9806758.

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

Color convert

RGB166163149-
CMYK00.020.100.35
HSL49.41º8.72%61.76%-
HSV(B)49.41º10.24%65.1%-
XYZ34.2536.4733.67-
YUV162.3120.49130.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=34.73%
G=34.10%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616314900.020.100.3549.418.7261.76
HexA6A39502A233193e
Octal246243225021243611176
Binary10100110101000111001010101010101000111100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A395; }

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

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

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

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

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

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

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

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