#AF9F9E

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

Shades of Dusty Grey #AF9F9E

Tints of Dusty Grey #AF9F9E

Color information

#AF9F9E (or 0xAF9F9E) is unknown color: approx Dusty Grey. HEX triplet: AF, 9F and 9E. RGB value is (175,159,158). Sum of RGB (Red+Green+Blue) = 175+159+158=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F9E is #506061. Grayscale: #A3A3A3. Windows color (decimal): -5267554 or 10395567. OLE color: 10395567.

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

Color convert

RGB175159158-
CMYK00.090.100.31
HSL3.53º9.6%65.29%-
HSV(B)3.53º9.71%68.63%-
XYZ36.2536.3837.46-
YUV163.67124.8136.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=35.57%
G=32.32%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515915800.090.100.313.539.665.29
HexAF9F9E09A1F4a41
Octal2572372360111237412101
Binary1010111110011111100111100100110101111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F9E; }

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

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

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

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

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

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

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

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