#A09AAA

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

Shades of Spun Pearl #A09AAA

Tints of Spun Pearl #A09AAA

Color information

#A09AAA (or 0xA09AAA) is unknown color: approx Spun Pearl. HEX triplet: A0, 9A and AA. RGB value is (160,154,170). Sum of RGB (Red+Green+Blue) = 160+154+170=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #A09AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09AAA is #5F6555. Grayscale: #9D9D9D. Windows color (decimal): -6251862 or 11180704. OLE color: 11180704.

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

Color convert

RGB160154170-
CMYK0.060.0900.33
HSL262.5º8.6%63.53%-
HSV(B)262.5º9.41%66.67%-
XYZ33.3133.4942.74-
YUV157.62134.99129.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=33.06%
G=31.82%
B=35.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601541700.060.0900.33262.58.663.53
HexA09AAA69021106940
Octal24023225261104140611100
Binary1010000010011010101010101101001010000110000011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AAA; }

 p { color: rgb(160,154,170); }

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

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

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

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

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

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

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