#A49FAF

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

Shades of Spun Pearl #A49FAF

Tints of Spun Pearl #A49FAF

Color information

#A49FAF (or 0xA49FAF) is unknown color: approx Spun Pearl. HEX triplet: A4, 9F and AF. RGB value is (164,159,175). Sum of RGB (Red+Green+Blue) = 164+159+175=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #A49FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FAF is #5B6050. Grayscale: #A2A2A2. Windows color (decimal): -5988433 or 11509668. OLE color: 11509668.

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

Color convert

RGB164159175-
CMYK0.060.0900.31
HSL258.75º9.09%65.49%-
HSV(B)258.75º9.14%68.63%-
XYZ35.4535.7845.6-
YUV162.32135.16129.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=32.93%
G=31.93%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641591750.060.0900.31258.759.0965.49
HexA49FAF6901F103941
Octal24423725761103740311101
Binary101001001001111110101111110100101111110000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FAF; }

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

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

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

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

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

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

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

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