#AF9D9A

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

Shades of Dusty Grey #AF9D9A

Tints of Dusty Grey #AF9D9A

Color information

#AF9D9A (or 0xAF9D9A) is unknown color: approx Dusty Grey. HEX triplet: AF, 9D and 9A. RGB value is (175,157,154). Sum of RGB (Red+Green+Blue) = 175+157+154=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D9A is #506265. Grayscale: #A2A2A2. Windows color (decimal): -5268070 or 10132911. OLE color: 10132911.

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

Color convert

RGB175157154-
CMYK00.100.120.31
HSL8.57º11.6%64.51%-
HSV(B)8.57º12%68.63%-
XYZ35.5735.5635.56-
YUV162.04123.46137.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=36.01%
G=32.30%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515715400.100.120.318.5711.664.51
HexAF9D9A0AC1F9c41
Octal25723523201214371114101
Binary10101111100111011001101001010110011111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D9A; }

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

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

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

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

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

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

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

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