#AAA6B6

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

Shades of Spun Pearl #AAA6B6

Tints of Spun Pearl #AAA6B6

Color information

#AAA6B6 (or 0xAAA6B6) is unknown color: approx Spun Pearl. HEX triplet: AA, A6 and B6. RGB value is (170,166,182). Sum of RGB (Red+Green+Blue) = 170+166+182=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #AAA6B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6B6 is #555949. Grayscale: #A8A8A8. Windows color (decimal): -5593418 or 11970218. OLE color: 11970218.

HSL color Cylindrical-coordinate representation of color #AAA6B6: hue angle of 255º 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 #AAA6B6 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170166182-
CMYK0.070.0900.29
HSL255º9.88%68.24%-
HSV(B)255º8.79%71.37%-
XYZ38.6639.249.78-
YUV169.02135.33128.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 166 (65.23% from 255) = 32.05%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=32.82%
G=32.05%
B=35.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701661820.070.0900.292559.8868.24
HexAAA6B67901Dffa44
Octal25224626671103537712104
Binary10101010101001101011011011110010111011111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6B6; }

 p { color: rgb(170,166,182); }

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

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

 a { background-color: rgb(170,166,182); }

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

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

 span { border-color: rgb(170,166,182); }

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