#A49EAC

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

Shades of Spun Pearl #A49EAC

Tints of Spun Pearl #A49EAC

Color information

#A49EAC (or 0xA49EAC) is unknown color: approx Spun Pearl. HEX triplet: A4, 9E and AC. RGB value is (164,158,172). Sum of RGB (Red+Green+Blue) = 164+158+172=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: blue. Hex color #A49EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EAC is #5B6153. Grayscale: #A1A1A1. Windows color (decimal): -5988692 or 11312804. OLE color: 11312804.

HSL color Cylindrical-coordinate representation of color #A49EAC: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A49EAC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164158172-
CMYK0.050.0800.33
HSL265.71º7.78%64.71%-
HSV(B)265.71º8.14%67.45%-
XYZ34.9835.3244-
YUV161.39133.99129.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=33.20%
G=31.98%
B=34.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641581720.050.0800.33265.717.7864.71
HexA49EAC5802110a841
Octal24423625451004141210101
Binary1010010010011110101011001011000010000110000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EAC; }

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

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

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

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

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

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

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

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