#AE9B9A

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

Shades of Dusty Grey #AE9B9A

Tints of Dusty Grey #AE9B9A

Color information

#AE9B9A (or 0xAE9B9A) is unknown color: approx Dusty Grey. HEX triplet: AE, 9B and 9A. RGB value is (174,155,154). Sum of RGB (Red+Green+Blue) = 174+155+154=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9B9A is #516465. Grayscale: #A0A0A0. Windows color (decimal): -5334118 or 10132398. OLE color: 10132398.

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

Color convert

RGB174155154-
CMYK00.110.110.32
HSL10.99%64.31%-
HSV(B)11.49%68.24%-
XYZ35.0134.7735.44-
YUV160.57124.29137.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=36.02%
G=32.09%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415515400.110.110.32310.9964.31
HexAE9B9A0BB203b40
Octal2562332320131340313100
Binary1010111010011011100110100101110111000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B9A; }

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

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

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

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

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

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

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

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