#AAA7B7

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

Shades of Spun Pearl #AAA7B7

Tints of Spun Pearl #AAA7B7

Color information

#AAA7B7 (or 0xAAA7B7) is unknown color: approx Spun Pearl. HEX triplet: AA, A7 and B7. RGB value is (170,167,183). Sum of RGB (Red+Green+Blue) = 170+167+183=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAA7B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7B7 is #555848. Grayscale: #A9A9A9. Windows color (decimal): -5593161 or 12036010. OLE color: 12036010.

HSL color Cylindrical-coordinate representation of color #AAA7B7: hue angle of 251.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAA7B7 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170167183-
CMYK0.070.0900.28
HSL251.25º10%68.63%-
HSV(B)251.25º8.74%71.76%-
XYZ38.9439.650.39-
YUV169.72135.49128.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=32.69%
G=32.12%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701671830.070.0900.28251.251068.63
HexAAA7B77901Cfba45
Octal25224726771103437312105
Binary10101010101001111011011111110010111001111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7B7; }

 p { color: rgb(170,167,183); }

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

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

 a { background-color: rgb(170,167,183); }

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

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

 span { border-color: rgb(170,167,183); }

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