#A89695

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

Shades of Dusty Grey #A89695

Tints of Dusty Grey #A89695

Color information

#A89695 (or 0xA89695) is unknown color: approx Dusty Grey. HEX triplet: A8, 96 and 95. RGB value is (168,150,149). Sum of RGB (Red+Green+Blue) = 168+150+149=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A89695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89695 is #57696A. Grayscale: #9B9B9B. Windows color (decimal): -5728619 or 9803432. OLE color: 9803432.

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

Color convert

RGB168150149-
CMYK00.110.110.34
HSL3.16º9.84%62.16%-
HSV(B)3.16º11.31%65.88%-
XYZ32.4832.3132.96-
YUV155.27124.46137.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=35.97%
G=32.12%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815014900.110.110.343.169.8462.16
HexA896950BB223a3e
Octal250226225013134231276
Binary101010001001011010010101010111011100010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89695; }

 p { color: rgb(168,150,149); }

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

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

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

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

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

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

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