#A89898

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

Shades of Dusty Grey #A89898

Tints of Dusty Grey #A89898

Color information

#A89898 (or 0xA89898) is unknown color: approx Dusty Grey. HEX triplet: A8, 98 and 98. RGB value is (168,152,152). Sum of RGB (Red+Green+Blue) = 168+152+152=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A89898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89898 is #576767. Grayscale: #9C9C9C. Windows color (decimal): -5728104 or 10000552. OLE color: 10000552.

HSL color Cylindrical-coordinate representation of color #A89898: hue angle of 0º degrees, saturation: 0.08, 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 #A89898 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB168152152-
CMYK00.100.100.34
HSL8.42%62.75%-
HSV(B)9.52%65.88%-
XYZ33.0433.0534.34-
YUV156.78125.3136-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.59%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=35.59%
G=32.20%
B=32.20%

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
Decimal16815215200.100.100.3408.4262.75
HexA898980AA22083f
Octal250230230012124201077
Binary10101000100110001001100001010101010001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89898; }

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

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

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

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

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

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

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

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