#AF9B9A

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

Shades of Dusty Grey #AF9B9A

Tints of Dusty Grey #AF9B9A

Color information

#AF9B9A (or 0xAF9B9A) is unknown color: approx Dusty Grey. HEX triplet: AF, 9B and 9A. RGB value is (175,155,154). Sum of RGB (Red+Green+Blue) = 175+155+154=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B9A is #506465. Grayscale: #A0A0A0. Windows color (decimal): -5268582 or 10132399. OLE color: 10132399.

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

Color convert

RGB175155154-
CMYK00.110.120.31
HSL2.86º11.6%64.51%-
HSV(B)2.86º12%68.63%-
XYZ35.2334.8935.45-
YUV160.87124.13138.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=36.16%
G=32.02%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515515400.110.120.312.8611.664.51
HexAF9B9A0BC1F3c41
Octal2572332320131437314101
Binary101011111001101110011010010111100111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B9A; }

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

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

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

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

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

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

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

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