#AF9595

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

Shades of Dusty Grey #AF9595

Tints of Dusty Grey #AF9595

Color information

#AF9595 (or 0xAF9595) is unknown color: approx Dusty Grey. HEX triplet: AF, 95 and 95. RGB value is (175,149,149). Sum of RGB (Red+Green+Blue) = 175+149+149=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9595 is #506A6A. Grayscale: #9C9C9C. Windows color (decimal): -5270123 or 9803183. OLE color: 9803183.

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

Color convert

RGB175149149-
CMYK00.150.150.31
HSL13.98%63.53%-
HSV(B)14.86%68.63%-
XYZ33.8532.7832.98-
YUV156.77123.61141-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=37.00%
G=31.50%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514914900.150.150.31013.9863.53
HexAF95950FF1F0e40
Octal2572252250171737016100
Binary10101111100101011001010101111111111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9595; }

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

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

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

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

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

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

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

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