#AAAAAD

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

Shades of Spun Pearl #AAAAAD

Tints of Spun Pearl #AAAAAD

Color information

#AAAAAD (or 0xAAAAAD) is unknown color: approx Spun Pearl. HEX triplet: AA, AA and AD. RGB value is (170,170,173). Sum of RGB (Red+Green+Blue) = 170+170+173=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAAD is #555552. Grayscale: #AAAAAA. Windows color (decimal): -5592403 or 11381418. OLE color: 11381418.

HSL color Cylindrical-coordinate representation of color #AAAAAD: hue angle of 240º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAAAAD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170170173-
CMYK0.020.0200.32
HSL240º1.8%67.25%-
HSV(B)240º1.73%67.84%-
XYZ38.540.3145.29-
YUV170.34129.5127.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=33.14%
G=33.14%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701701730.020.0200.322401.867.25
HexAAAAAD22020f0243
Octal252252255220403602103
Binary1010101010101010101011011010010000011110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAAD; }

 p { color: rgb(170,170,173); }

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

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

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

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

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

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

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