#A69897

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

Shades of Dusty Grey #A69897

Tints of Dusty Grey #A69897

Color information

#A69897 (or 0xA69897) is unknown color: approx Dusty Grey. HEX triplet: A6, 98 and 97. RGB value is (166,152,151). Sum of RGB (Red+Green+Blue) = 166+152+151=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A69897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69897 is #596768. Grayscale: #9C9C9C. Windows color (decimal): -5859177 or 9935014. OLE color: 9935014.

HSL color Cylindrical-coordinate representation of color #A69897: hue angle of 4º 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 #A69897 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166152151-
CMYK00.080.090.35
HSL7.77%62.16%-
HSV(B)9.04%65.1%-
XYZ32.5432.833.89-
YUV156.07125.14135.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=35.39%
G=32.41%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615215100.080.090.3547.7762.16
HexA6989708923483e
Octal246230227010114341076
Binary1010011010011000100101110100010011000111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69897; }

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

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

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

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

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

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

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

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