#A69898

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

Shades of Dusty Grey #A69898

Tints of Dusty Grey #A69898

Color information

#A69898 (or 0xA69898) is unknown color: approx Dusty Grey. HEX triplet: A6, 98 and 98. RGB value is (166,152,152). Sum of RGB (Red+Green+Blue) = 166+152+152=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A69898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69898 is #596767. Grayscale: #9C9C9C. Windows color (decimal): -5859176 or 10000550. OLE color: 10000550.

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

Color convert

RGB166152152-
CMYK00.080.080.35
HSL7.29%62.35%-
HSV(B)8.43%65.1%-
XYZ32.6232.8334.32-
YUV156.19125.64135-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 152 (59.77% from 255) = 32.34%
R=35.32%
G=32.34%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615215200.080.080.3507.2962.35
HexA6989808823073e
Octal24623023001010430776
Binary1010011010011000100110000100010001000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69898; }

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

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

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

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

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

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

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

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