#AF9B99

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

Shades of Dusty Grey #AF9B99

Tints of Dusty Grey #AF9B99

Color information

#AF9B99 (or 0xAF9B99) is unknown color: approx Dusty Grey. HEX triplet: AF, 9B and 99. RGB value is (175,155,153). Sum of RGB (Red+Green+Blue) = 175+155+153=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B99 is #506466. Grayscale: #A0A0A0. Windows color (decimal): -5268583 or 10066863. OLE color: 10066863.

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

Color convert

RGB175155153-
CMYK00.110.130.31
HSL5.45º12.09%64.31%-
HSV(B)5.45º12.57%68.63%-
XYZ35.1534.8635.01-
YUV160.75123.63138.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=36.23%
G=32.09%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515515300.110.130.315.4512.0964.31
HexAF9B990BD1F5c40
Octal2572332310131537514100
Binary1010111110011011100110010101111011111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B99; }

 p { color: rgb(175,155,153); }

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

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

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

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

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

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

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