#A19AAE

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

Shades of Spun Pearl #A19AAE

Tints of Spun Pearl #A19AAE

Color information

#A19AAE (or 0xA19AAE) is unknown color: approx Spun Pearl. HEX triplet: A1, 9A and AE. RGB value is (161,154,174). Sum of RGB (Red+Green+Blue) = 161+154+174=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A19AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AAE is #5E6551. Grayscale: #9E9E9E. Windows color (decimal): -6186322 or 11442849. OLE color: 11442849.

HSL color Cylindrical-coordinate representation of color #A19AAE: 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.11%. Process color model (Four color, CMYK) of #A19AAE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161154174-
CMYK0.070.1100.32
HSL261º10.99%64.31%-
HSV(B)261º11.49%68.24%-
XYZ33.8933.7444.77-
YUV158.37136.82129.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=32.92%
G=31.49%
B=35.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611541740.070.1100.3226110.9964.31
HexA19AAE7B020105b40
Octal24123225671304040513100
Binary1010000110011010101011101111011010000010000010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AAE; }

 p { color: rgb(161,154,174); }

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

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

 a { background-color: rgb(161,154,174); }

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

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

 span { border-color: rgb(161,154,174); }

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