#AAA5B5

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

Shades of Spun Pearl #AAA5B5

Tints of Spun Pearl #AAA5B5

Color information

#AAA5B5 (or 0xAAA5B5) is unknown color: approx Spun Pearl. HEX triplet: AA, A5 and B5. RGB value is (170,165,181). Sum of RGB (Red+Green+Blue) = 170+165+181=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAA5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5B5 is #555A4A. Grayscale: #A8A8A8. Windows color (decimal): -5593675 or 11904426. OLE color: 11904426.

HSL color Cylindrical-coordinate representation of color #AAA5B5: hue angle of 258.75º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAA5B5 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170165181-
CMYK0.060.0900.29
HSL258.75º9.76%67.84%-
HSV(B)258.75º8.84%70.98%-
XYZ38.3738.7949.18-
YUV168.32135.16129.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 181 (71.09% from 255) = 35.08%
R=32.95%
G=31.98%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701651810.060.0900.29258.759.7667.84
HexAAA5B56901D103a44
Octal25224526561103540312104
Binary101010101010010110110101110100101110110000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5B5; }

 p { color: rgb(170,165,181); }

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

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

 a { background-color: rgb(170,165,181); }

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

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

 span { border-color: rgb(170,165,181); }

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