#A49EAF

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

Shades of Spun Pearl #A49EAF

Tints of Spun Pearl #A49EAF

Color information

#A49EAF (or 0xA49EAF) is unknown color: approx Spun Pearl. HEX triplet: A4, 9E and AF. RGB value is (164,158,175). Sum of RGB (Red+Green+Blue) = 164+158+175=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #A49EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EAF is #5B6150. Grayscale: #A1A1A1. Windows color (decimal): -5988689 or 11509412. OLE color: 11509412.

HSL color Cylindrical-coordinate representation of color #A49EAF: hue angle of 261.18º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A49EAF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164158175-
CMYK0.060.1000.31
HSL261.18º9.6%65.29%-
HSV(B)261.18º9.71%68.63%-
XYZ35.2735.4445.54-
YUV161.73135.49129.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=33.00%
G=31.79%
B=35.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641581750.060.1000.31261.189.665.29
HexA49EAF6A01F105a41
Octal24423625761203740512101
Binary101001001001111010101111110101001111110000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EAF; }

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

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

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

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

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

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

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

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