#AF9393

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

Shades of Dusty Grey #AF9393

Tints of Dusty Grey #AF9393

Color information

#AF9393 (or 0xAF9393) is unknown color: approx Dusty Grey. HEX triplet: AF, 93 and 93. RGB value is (175,147,147). Sum of RGB (Red+Green+Blue) = 175+147+147=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9393 is #506C6C. Grayscale: #9B9B9B. Windows color (decimal): -5270637 or 9671599. OLE color: 9671599.

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

Color convert

RGB175147147-
CMYK00.160.160.31
HSL14.89%63.14%-
HSV(B)16%68.63%-
XYZ33.3832.0932.04-
YUV155.37123.28142-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=37.31%
G=31.34%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514714700.160.160.31014.8963.14
HexAF9393010101F0f3f
Octal257223223020203701777
Binary101011111001001110010011010000100001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9393; }

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

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

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

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

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

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

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

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