#A69493

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

Shades of Dusty Grey #A69493

Tints of Dusty Grey #A69493

Color information

#A69493 (or 0xA69493) is unknown color: approx Dusty Grey. HEX triplet: A6, 94 and 93. RGB value is (166,148,147). Sum of RGB (Red+Green+Blue) = 166+148+147=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A69493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69493 is #596B6C. Grayscale: #999999. Windows color (decimal): -5860205 or 9671846. OLE color: 9671846.

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

Color convert

RGB166148147-
CMYK00.110.110.35
HSL3.16º9.64%61.37%-
HSV(B)3.16º11.45%65.1%-
XYZ31.5831.3932-
YUV153.27124.46137.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=36.01%
G=32.10%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614814700.110.110.353.169.6461.37
HexA694930BB233a3d
Octal246224223013134331275
Binary101001101001010010010011010111011100011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69493; }

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

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

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

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

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

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

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

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