#A49FAE

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

Shades of Spun Pearl #A49FAE

Tints of Spun Pearl #A49FAE

Color information

#A49FAE (or 0xA49FAE) is unknown color: approx Spun Pearl. HEX triplet: A4, 9F and AE. RGB value is (164,159,174). Sum of RGB (Red+Green+Blue) = 164+159+174=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #A49FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FAE is #5B6051. Grayscale: #A2A2A2. Windows color (decimal): -5988434 or 11444132. OLE color: 11444132.

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

Color convert

RGB164159174-
CMYK0.060.0900.32
HSL260º8.47%65.29%-
HSV(B)260º8.62%68.24%-
XYZ35.3535.7445.08-
YUV162.21134.66129.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=33.00%
G=31.99%
B=35.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641591740.060.0900.322608.4765.29
HexA49FAE69020104841
Octal24423725661104040410101
Binary1010010010011111101011101101001010000010000010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FAE; }

 p { color: rgb(164,159,174); }

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

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

 a { background-color: rgb(164,159,174); }

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

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

 span { border-color: rgb(164,159,174); }

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