#AAA8AE

Color #AAA8AE Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #AAA8AE

Tints of Spun Pearl #AAA8AE

Color information

#AAA8AE (or 0xAAA8AE) is unknown color: approx Spun Pearl. HEX triplet: AA, A8 and AE. RGB value is (170,168,174). Sum of RGB (Red+Green+Blue) = 170+168+174=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8AE is #555751. Grayscale: #A9A9A9. Windows color (decimal): -5592914 or 11446442. OLE color: 11446442.

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

Color convert

RGB170168174-
CMYK0.020.0300.32
HSL260º3.57%67.06%-
HSV(B)260º3.45%68.24%-
XYZ38.2239.6145.67-
YUV169.28130.66128.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=33.20%
G=32.81%
B=33.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701681740.020.0300.322603.5767.06
HexAAA8AE23020104443
Octal252250256230404044103
Binary101010101010100010101110101101000001000001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8AE; }

 p { color: rgb(170,168,174); }

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

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

 a { background-color: rgb(170,168,174); }

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

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

 span { border-color: rgb(170,168,174); }

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