#AAA4B4

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

Shades of Spun Pearl #AAA4B4

Tints of Spun Pearl #AAA4B4

Color information

#AAA4B4 (or 0xAAA4B4) is unknown color: approx Spun Pearl. HEX triplet: AA, A4 and B4. RGB value is (170,164,180). Sum of RGB (Red+Green+Blue) = 170+164+180=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4B4 is #555B4B. Grayscale: #A7A7A7. Windows color (decimal): -5593932 or 11838634. OLE color: 11838634.

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

Color convert

RGB170164180-
CMYK0.060.0900.29
HSL262.5º9.64%67.45%-
HSV(B)262.5º8.89%70.59%-
XYZ38.0938.3948.58-
YUV167.62134.99129.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=33.07%
G=31.91%
B=35.02%

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
Decimal1701641800.060.0900.29262.59.6467.45
HexAAA4B46901D106a43
Octal25224426461103540612103
Binary101010101010010010110100110100101110110000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4B4; }

 p { color: rgb(170,164,180); }

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

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

 a { background-color: rgb(170,164,180); }

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

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

 span { border-color: rgb(170,164,180); }

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