#AF9796

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

Shades of Dusty Grey #AF9796

Tints of Dusty Grey #AF9796

Color information

#AF9796 (or 0xAF9796) is unknown color: approx Dusty Grey. HEX triplet: AF, 97 and 96. RGB value is (175,151,150). Sum of RGB (Red+Green+Blue) = 175+151+150=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9796 is #506869. Grayscale: #9E9E9E. Windows color (decimal): -5269610 or 9869231. OLE color: 9869231.

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

Color convert

RGB175151150-
CMYK00.140.140.31
HSL2.4º13.51%63.73%-
HSV(B)2.4º14.29%68.63%-
XYZ34.2533.4533.51-
YUV158.06123.45140.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=36.76%
G=31.72%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515115000.140.140.312.413.5163.73
HexAF97960EE1F2e40
Octal2572272260161637216100
Binary101011111001011110010110011101110111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9796; }

 p { color: rgb(175,151,150); }

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

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

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

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

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

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

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