#AF9E9E

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

Shades of Dusty Grey #AF9E9E

Tints of Dusty Grey #AF9E9E

Color information

#AF9E9E (or 0xAF9E9E) is unknown color: approx Dusty Grey. HEX triplet: AF, 9E and 9E. RGB value is (175,158,158). Sum of RGB (Red+Green+Blue) = 175+158+158=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E9E is #506161. Grayscale: #A3A3A3. Windows color (decimal): -5267810 or 10395311. OLE color: 10395311.

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

Color convert

RGB175158158-
CMYK00.100.100.31
HSL9.6%65.29%-
HSV(B)9.71%68.63%-
XYZ36.0836.0437.4-
YUV163.08125.13136.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=35.64%
G=32.18%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515815800.100.100.3109.665.29
HexAF9E9E0AA1F0a41
Octal2572362360121237012101
Binary10101111100111101001111001010101011111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E9E; }

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

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

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

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

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

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

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

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