#A89797

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

Shades of Dusty Grey #A89797

Tints of Dusty Grey #A89797

Color information

#A89797 (or 0xA89797) is unknown color: approx Dusty Grey. HEX triplet: A8, 97 and 97. RGB value is (168,151,151). Sum of RGB (Red+Green+Blue) = 168+151+151=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A89797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89797 is #576868. Grayscale: #9C9C9C. Windows color (decimal): -5728361 or 9934760. OLE color: 9934760.

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

Color convert

RGB168151151-
CMYK00.100.100.34
HSL8.9%62.55%-
HSV(B)10.12%65.88%-
XYZ32.832.6933.86-
YUV156.08125.13136.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=35.74%
G=32.13%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815115100.100.100.3408.962.55
HexA897970AA22093f
Octal250227227012124201177
Binary10101000100101111001011101010101010001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89797; }

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

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

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

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

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

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

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

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