#AAA8BB

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

Shades of Spun Pearl #AAA8BB

Tints of Spun Pearl #AAA8BB

Color information

#AAA8BB (or 0xAAA8BB) is unknown color: approx Spun Pearl. HEX triplet: AA, A8 and BB. RGB value is (170,168,187). Sum of RGB (Red+Green+Blue) = 170+168+187=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8BB is #555744. Grayscale: #AAAAAA. Windows color (decimal): -5592901 or 12298410. OLE color: 12298410.

HSL color Cylindrical-coordinate representation of color #AAA8BB: hue angle of 246.32º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA8BB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170168187-
CMYK0.090.1000.27
HSL246.32º12.26%69.61%-
HSV(B)246.32º10.16%73.33%-
XYZ39.5540.1452.68-
YUV170.76137.16127.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=32.38%
G=32%
B=35.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701681870.090.1000.27246.3212.2669.61
HexAAA8BB9A01Bf6c46
Octal252250273111203336614106
Binary101010101010100010111011100110100110111111011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8BB; }

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

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

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

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

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

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

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

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