#A69796

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

Shades of Dusty Grey #A69796

Tints of Dusty Grey #A69796

Color information

#A69796 (or 0xA69796) is unknown color: approx Dusty Grey. HEX triplet: A6, 97 and 96. RGB value is (166,151,150). Sum of RGB (Red+Green+Blue) = 166+151+150=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69796 is #596869. Grayscale: #9B9B9B. Windows color (decimal): -5859434 or 9869222. OLE color: 9869222.

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

Color convert

RGB166151150-
CMYK00.090.100.35
HSL3.75º8.25%61.96%-
HSV(B)3.75º9.64%65.1%-
XYZ32.332.4433.41-
YUV155.37124.97135.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=35.55%
G=32.33%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615115000.090.100.353.758.2561.96
HexA6979609A23483e
Octal246227226011124341076
Binary1010011010010111100101100100110101000111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69796; }

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

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

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

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

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

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

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

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