#A39595

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

Shades of Dusty Grey #A39595

Tints of Dusty Grey #A39595

Color information

#A39595 (or 0xA39595) is unknown color: approx Dusty Grey. HEX triplet: A3, 95 and 95. RGB value is (163,149,149). Sum of RGB (Red+Green+Blue) = 163+149+149=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A39595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39595 is #5C6A6A. Grayscale: #999999. Windows color (decimal): -6056555 or 9803171. OLE color: 9803171.

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

Color convert

RGB163149149-
CMYK00.090.090.36
HSL7.07%61.18%-
HSV(B)8.59%63.92%-
XYZ31.2831.4532.86-
YUV153.19125.64135-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=35.36%
G=32.32%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314914900.090.090.3607.0761.18
HexA3959509924073d
Octal24322522501111440775
Binary1010001110010101100101010100110011001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39595; }

 p { color: rgb(163,149,149); }

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

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

 a { background-color: rgb(163,149,149); }

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

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

 span { border-color: rgb(163,149,149); }

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