#AAA7B3

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

Shades of Spun Pearl #AAA7B3

Tints of Spun Pearl #AAA7B3

Color information

#AAA7B3 (or 0xAAA7B3) is unknown color: approx Spun Pearl. HEX triplet: AA, A7 and B3. RGB value is (170,167,179). Sum of RGB (Red+Green+Blue) = 170+167+179=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAA7B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7B3 is #55584C. Grayscale: #A9A9A9. Windows color (decimal): -5593165 or 11773866. OLE color: 11773866.

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

Color convert

RGB170167179-
CMYK0.050.0700.30
HSL255º7.32%67.84%-
HSV(B)255º6.7%70.2%-
XYZ38.5339.4448.23-
YUV169.26133.49128.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=32.95%
G=32.36%
B=34.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701671790.050.0700.302557.3267.84
HexAAA7B35701Eff744
Octal252247263570363777104
Binary101010101010011110110011101111011110111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7B3; }

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

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

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

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

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

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

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

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