#A6A392

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

Shades of Dawn #A6A392

Tints of Dawn #A6A392

Color information

#A6A392 (or 0xA6A392) is unknown color: approx Dawn. HEX triplet: A6, A3 and 92. RGB value is (166,163,146). Sum of RGB (Red+Green+Blue) = 166+163+146=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A392 is #595C6D. Grayscale: #A2A2A2. Windows color (decimal): -5856366 or 9610150. OLE color: 9610150.

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

Color convert

RGB166163146-
CMYK00.020.120.35
HSL51º10.1%61.18%-
HSV(B)51º12.05%65.1%-
XYZ34.0136.3832.42-
YUV161.96118.99130.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=34.95%
G=34.32%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616314600.020.120.355110.161.18
HexA6A39202C2333a3d
Octal246243222021443631275
Binary10100110101000111001001001011001000111100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A392; }

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

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

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

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

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

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

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

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