#AC9696

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

Shades of Dusty Grey #AC9696

Tints of Dusty Grey #AC9696

Color information

#AC9696 (or 0xAC9696) is unknown color: approx Dusty Grey. HEX triplet: AC, 96 and 96. RGB value is (172,150,150). Sum of RGB (Red+Green+Blue) = 172+150+150=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9696 is #536969. Grayscale: #9C9C9C. Windows color (decimal): -5466474 or 9868972. OLE color: 9868972.

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

Color convert

RGB172150150-
CMYK00.130.130.33
HSL11.7%63.14%-
HSV(B)12.79%67.45%-
XYZ33.4232.7933.42-
YUV156.58124.29139-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=36.44%
G=31.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215015000.130.130.33011.763.14
HexAC96960DD210c3f
Octal254226226015154101477
Binary10101100100101101001011001101110110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9696; }

 p { color: rgb(172,150,150); }

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

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

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

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

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

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

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