#A099AD

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

Shades of Spun Pearl #A099AD

Tints of Spun Pearl #A099AD

Color information

#A099AD (or 0xA099AD) is unknown color: approx Spun Pearl. HEX triplet: A0, 99 and AD. RGB value is (160,153,173). Sum of RGB (Red+Green+Blue) = 160+153+173=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #A099AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A099AD is #5F6652. Grayscale: #9D9D9D. Windows color (decimal): -6252115 or 11377056. OLE color: 11377056.

HSL color Cylindrical-coordinate representation of color #A099AD: hue angle of 261º 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 #A099AD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160153173-
CMYK0.080.1200.32
HSL261º10.87%63.92%-
HSV(B)261º11.56%67.84%-
XYZ33.4333.2744.2-
YUV157.37136.82129.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=32.92%
G=31.48%
B=35.60%

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
Decimal1601531730.080.1200.3226110.8763.92
HexA099AD8C020105b40
Octal240231255101404040513100
Binary10100000100110011010110110001100010000010000010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099AD; }

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

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

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

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

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

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

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

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