#9F99AE

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

Shades of Spun Pearl #9F99AE

Tints of Spun Pearl #9F99AE

Color information

#9F99AE (or 0x9F99AE) is unknown color: approx Spun Pearl. HEX triplet: 9F, 99 and AE. RGB value is (159,153,174). Sum of RGB (Red+Green+Blue) = 159+153+174=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F99AE is #606651. Grayscale: #9D9D9D. Windows color (decimal): -6317650 or 11442591. OLE color: 11442591.

HSL color Cylindrical-coordinate representation of color #9F99AE: hue angle of 257.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F99AE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159153174-
CMYK0.090.1200.32
HSL257.14º11.48%64.12%-
HSV(B)257.14º12.07%68.24%-
XYZ33.3333.2144.7-
YUV157.19137.49129.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=32.72%
G=31.48%
B=35.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591531740.090.1200.32257.1411.4864.12
Hex9F99AE9C020101b40
Octal237231256111404040113100
Binary10011111100110011010111010011100010000010000000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F99AE; }

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

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

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

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

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

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

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

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