#A39EAE

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

Shades of Spun Pearl #A39EAE

Tints of Spun Pearl #A39EAE

Color information

#A39EAE (or 0xA39EAE) is unknown color: approx Spun Pearl. HEX triplet: A3, 9E and AE. RGB value is (163,158,174). Sum of RGB (Red+Green+Blue) = 163+158+174=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #A39EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39EAE is #5C6151. Grayscale: #A1A1A1. Windows color (decimal): -6054226 or 11443875. OLE color: 11443875.

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

Color convert

RGB163158174-
CMYK0.060.0900.32
HSL258.75º8.99%65.1%-
HSV(B)258.75º9.2%68.24%-
XYZ34.9735.345.01-
YUV161.32135.16129.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=32.93%
G=31.92%
B=35.15%

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
Decimal1631581740.060.0900.32258.758.9965.1
HexA39EAE69020103941
Octal24323625661104040311101
Binary1010001110011110101011101101001010000010000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EAE; }

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

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

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

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

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

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

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

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