#AAA8B1

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

Shades of Spun Pearl #AAA8B1

Tints of Spun Pearl #AAA8B1

Color information

#AAA8B1 (or 0xAAA8B1) is unknown color: approx Spun Pearl. HEX triplet: AA, A8 and B1. RGB value is (170,168,177). Sum of RGB (Red+Green+Blue) = 170+168+177=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAA8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8B1 is #55574E. Grayscale: #A9A9A9. Windows color (decimal): -5592911 or 11643050. OLE color: 11643050.

HSL color Cylindrical-coordinate representation of color #AAA8B1: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA8B1 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170168177-
CMYK0.040.0500.31
HSL253.33º5.45%67.65%-
HSV(B)253.33º5.08%69.41%-
XYZ38.5239.7347.23-
YUV169.62132.16128.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=33.01%
G=32.62%
B=34.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701681770.040.0500.31253.335.4567.65
HexAAA8B14501Ffd544
Octal252250261450373755104
Binary101010101010100010110001100101011111111111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8B1; }

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

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

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

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

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

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

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

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