#A39FAE

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

Shades of Spun Pearl #A39FAE

Tints of Spun Pearl #A39FAE

Color information

#A39FAE (or 0xA39FAE) is unknown color: approx Spun Pearl. HEX triplet: A3, 9F and AE. RGB value is (163,159,174). Sum of RGB (Red+Green+Blue) = 163+159+174=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 159 (62.5% from 255 or 32.06% 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 #A39FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39FAE is #5C6051. Grayscale: #A1A1A1. Windows color (decimal): -6053970 or 11444131. OLE color: 11444131.

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

Color convert

RGB163159174-
CMYK0.060.0900.32
HSL256º8.47%65.29%-
HSV(B)256º8.62%68.24%-
XYZ35.1435.6445.07-
YUV161.91134.83128.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=32.86%
G=32.06%
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
Decimal1631591740.060.0900.322568.4765.29
HexA39FAE69020100841
Octal24323725661104040010101
Binary1010001110011111101011101101001010000010000000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FAE; }

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

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

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

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

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

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

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

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