#AF9A9A

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

Shades of Dusty Grey #AF9A9A

Tints of Dusty Grey #AF9A9A

Color information

#AF9A9A (or 0xAF9A9A) is unknown color: approx Dusty Grey. HEX triplet: AF, 9A and 9A. RGB value is (175,154,154). Sum of RGB (Red+Green+Blue) = 175+154+154=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A9A is #506565. Grayscale: #A0A0A0. Windows color (decimal): -5268838 or 10132143. OLE color: 10132143.

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

Color convert

RGB175154154-
CMYK00.120.120.31
HSL11.6%64.51%-
HSV(B)12%68.63%-
XYZ35.0734.5635.39-
YUV160.28124.46138.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=36.23%
G=31.88%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515415400.120.120.31011.664.51
HexAF9A9A0CC1F0c41
Octal2572322320141437014101
Binary10101111100110101001101001100110011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A9A; }

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

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

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

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

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

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

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

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