#AE9A98

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

Shades of Dusty Grey #AE9A98

Tints of Dusty Grey #AE9A98

Color information

#AE9A98 (or 0xAE9A98) is unknown color: approx Dusty Grey. HEX triplet: AE, 9A and 98. RGB value is (174,154,152). Sum of RGB (Red+Green+Blue) = 174+154+152=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A98 is #516567. Grayscale: #9F9F9F. Windows color (decimal): -5334376 or 10001070. OLE color: 10001070.

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

Color convert

RGB174154152-
CMYK00.110.130.32
HSL5.45º11.96%63.92%-
HSV(B)5.45º12.64%68.24%-
XYZ34.6834.3834.51-
YUV159.75123.63138.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 152 (59.77% from 255) = 31.67%
R=36.25%
G=32.08%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415415200.110.130.325.4511.9663.92
HexAE9A980BD205c40
Octal2562322300131540514100
Binary10101110100110101001100001011110110000010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A98; }

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

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

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

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

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

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

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

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