#A69797

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

Shades of Dusty Grey #A69797

Tints of Dusty Grey #A69797

Color information

#A69797 (or 0xA69797) is unknown color: approx Dusty Grey. HEX triplet: A6, 97 and 97. RGB value is (166,151,151). Sum of RGB (Red+Green+Blue) = 166+151+151=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A69797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69797 is #596868. Grayscale: #9B9B9B. Windows color (decimal): -5859433 or 9934758. OLE color: 9934758.

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

Color convert

RGB166151151-
CMYK00.090.090.35
HSL7.77%62.16%-
HSV(B)9.04%65.1%-
XYZ32.3832.4733.84-
YUV155.49125.47135.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=35.47%
G=32.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615115100.090.090.3507.7762.16
HexA6979709923083e
Octal246227227011114301076
Binary10100110100101111001011101001100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69797; }

 p { color: rgb(166,151,151); }

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

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

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

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

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

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

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