#AAA5B3

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

Shades of Spun Pearl #AAA5B3

Tints of Spun Pearl #AAA5B3

Color information

#AAA5B3 (or 0xAAA5B3) is unknown color: approx Spun Pearl. HEX triplet: AA, A5 and B3. RGB value is (170,165,179). Sum of RGB (Red+Green+Blue) = 170+165+179=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAA5B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5B3 is #555A4C. Grayscale: #A8A8A8. Windows color (decimal): -5593677 or 11773354. OLE color: 11773354.

HSL color Cylindrical-coordinate representation of color #AAA5B3: hue angle of 261.43º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA5B3 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170165179-
CMYK0.050.0800.30
HSL261.43º8.43%67.45%-
HSV(B)261.43º7.82%70.2%-
XYZ38.1738.7148.11-
YUV168.09134.16129.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 179 (70.31% from 255) = 34.82%
R=33.07%
G=32.10%
B=34.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701651790.050.0800.30261.438.4367.45
HexAAA5B35801E105843
Octal25224526351003640510103
Binary101010101010010110110011101100001111010000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5B3; }

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

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

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

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

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

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

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

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