#A69997

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

Shades of Dusty Grey #A69997

Tints of Dusty Grey #A69997

Color information

#A69997 (or 0xA69997) is unknown color: approx Dusty Grey. HEX triplet: A6, 99 and 97. RGB value is (166,153,151). Sum of RGB (Red+Green+Blue) = 166+153+151=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A69997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69997 is #596668. Grayscale: #9C9C9C. Windows color (decimal): -5858921 or 9935270. OLE color: 9935270.

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

Color convert

RGB166153151-
CMYK00.080.090.35
HSL7.77%62.16%-
HSV(B)9.04%65.1%-
XYZ32.733.1233.95-
YUV156.66124.81134.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=35.32%
G=32.55%
B=32.13%

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
Decimal16615315100.080.090.3587.7762.16
HexA6999708923883e
Octal2462312270101143101076
Binary10100110100110011001011101000100110001110001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69997; }

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

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

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

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

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

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

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

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