#A49EAE

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

Shades of Spun Pearl #A49EAE

Tints of Spun Pearl #A49EAE

Color information

#A49EAE (or 0xA49EAE) is unknown color: approx Spun Pearl. HEX triplet: A4, 9E and AE. RGB value is (164,158,174). Sum of RGB (Red+Green+Blue) = 164+158+174=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 174 - color contains mainly: blue. Hex color #A49EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EAE is #5B6151. Grayscale: #A1A1A1. Windows color (decimal): -5988690 or 11443876. OLE color: 11443876.

HSL color Cylindrical-coordinate representation of color #A49EAE: hue angle of 262.5º degrees, saturation: 0.09, 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 #A49EAE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164158174-
CMYK0.060.0900.32
HSL262.5º8.99%65.1%-
HSV(B)262.5º9.2%68.24%-
XYZ35.1835.445.02-
YUV161.62134.99129.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=33.06%
G=31.85%
B=35.08%

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
Decimal1641581740.060.0900.32262.58.9965.1
HexA49EAE69020106941
Octal24423625661104040611101
Binary1010010010011110101011101101001010000010000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EAE; }

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

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

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

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

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

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

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

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