#A59696

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

Shades of Dusty Grey #A59696

Tints of Dusty Grey #A59696

Color information

#A59696 (or 0xA59696) is unknown color: approx Dusty Grey. HEX triplet: A5, 96 and 96. RGB value is (165,150,150). Sum of RGB (Red+Green+Blue) = 165+150+150=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A59696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59696 is #5A6969. Grayscale: #9A9A9A. Windows color (decimal): -5925226 or 9868965. OLE color: 9868965.

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

Color convert

RGB165150150-
CMYK00.090.090.35
HSL7.69%61.76%-
HSV(B)9.09%64.71%-
XYZ31.9332.0133.35-
YUV154.48125.47135.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=35.48%
G=32.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515015000.090.090.3507.6961.76
HexA5969609923083e
Octal245226226011114301076
Binary10100101100101101001011001001100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59696; }

 p { color: rgb(165,150,150); }

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

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

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

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

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

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

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