#A099AE

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

Shades of Spun Pearl #A099AE

Tints of Spun Pearl #A099AE

Color information

#A099AE (or 0xA099AE) is unknown color: approx Spun Pearl. HEX triplet: A0, 99 and AE. RGB value is (160,153,174). Sum of RGB (Red+Green+Blue) = 160+153+174=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #A099AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A099AE is #5F6651. Grayscale: #9D9D9D. Windows color (decimal): -6252114 or 11442592. OLE color: 11442592.

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

Color convert

RGB160153174-
CMYK0.080.1200.32
HSL260º11.48%64.12%-
HSV(B)260º12.07%68.24%-
XYZ33.5333.3144.71-
YUV157.49137.32129.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=32.85%
G=31.42%
B=35.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601531740.080.1200.3226011.4864.12
HexA099AE8C020104b40
Octal240231256101404040413100
Binary10100000100110011010111010001100010000010000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099AE; }

 p { color: rgb(160,153,174); }

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

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

 a { background-color: rgb(160,153,174); }

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

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

 span { border-color: rgb(160,153,174); }

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