#AC9A98

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

Shades of Dusty Grey #AC9A98

Tints of Dusty Grey #AC9A98

Color information

#AC9A98 (or 0xAC9A98) is unknown color: approx Dusty Grey. HEX triplet: AC, 9A and 98. RGB value is (172,154,152). Sum of RGB (Red+Green+Blue) = 172+154+152=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A98 is #536567. Grayscale: #9F9F9F. Windows color (decimal): -5465448 or 10001068. OLE color: 10001068.

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

Color convert

RGB172154152-
CMYK00.100.120.33
HSL10.75%63.53%-
HSV(B)11.63%67.45%-
XYZ34.2434.1534.49-
YUV159.15123.96137.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=35.98%
G=32.22%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215415200.100.120.33610.7563.53
HexAC9A980AC216b40
Octal2542322300121441613100
Binary10101100100110101001100001010110010000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A98; }

 p { color: rgb(172,154,152); }

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

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

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

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

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

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

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