#9F99AF

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

Shades of Spun Pearl #9F99AF

Tints of Spun Pearl #9F99AF

Color information

#9F99AF (or 0x9F99AF) is unknown color: approx Spun Pearl. HEX triplet: 9F, 99 and AF. RGB value is (159,153,175). Sum of RGB (Red+Green+Blue) = 159+153+175=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F99AF is #606650. Grayscale: #9D9D9D. Windows color (decimal): -6317649 or 11508127. OLE color: 11508127.

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

Color convert

RGB159153175-
CMYK0.090.1300.31
HSL256.36º12.09%64.31%-
HSV(B)256.36º12.57%68.63%-
XYZ33.4333.2545.21-
YUV157.3137.99129.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=32.65%
G=31.42%
B=35.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591531750.090.1300.31256.3612.0964.31
Hex9F99AF9D01F100c40
Octal237231257111503740014100
Binary1001111110011001101011111001110101111110000000011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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