#AAA8AD

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

Shades of Spun Pearl #AAA8AD

Tints of Spun Pearl #AAA8AD

Color information

#AAA8AD (or 0xAAA8AD) is unknown color: approx Spun Pearl. HEX triplet: AA, A8 and AD. RGB value is (170,168,173). Sum of RGB (Red+Green+Blue) = 170+168+173=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8AD is #555752. Grayscale: #A9A9A9. Windows color (decimal): -5592915 or 11380906. OLE color: 11380906.

HSL color Cylindrical-coordinate representation of color #AAA8AD: hue angle of 264º degrees, saturation: 0.03, 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 #AAA8AD is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170168173-
CMYK0.020.0300.32
HSL264º2.96%66.86%-
HSV(B)264º2.89%67.84%-
XYZ38.1239.5745.16-
YUV169.17130.16128.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=33.27%
G=32.88%
B=33.86%

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
Decimal1701681730.020.0300.322642.9666.86
HexAAA8AD23020108343
Octal252250255230404103103
Binary10101010101010001010110110110100000100001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8AD; }

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

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

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

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

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

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

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

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