#9F9CAB

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

Shades of Spun Pearl #9F9CAB

Tints of Spun Pearl #9F9CAB

Color information

#9F9CAB (or 0x9F9CAB) is unknown color: approx Spun Pearl. HEX triplet: 9F, 9C and AB. RGB value is (159,156,171). Sum of RGB (Red+Green+Blue) = 159+156+171=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9CAB is #606354. Grayscale: #9E9E9E. Windows color (decimal): -6316885 or 11246751. OLE color: 11246751.

HSL color Cylindrical-coordinate representation of color #9F9CAB: hue angle of 252º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9F9CAB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159156171-
CMYK0.070.0900.33
HSL252º8.2%64.12%-
HSV(B)252º8.77%67.06%-
XYZ33.5434.0943.34-
YUV158.61134.99128.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=32.72%
G=32.10%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591561710.070.0900.332528.264.12
Hex9F9CAB79021fc840
Octal23723425371104137410100
Binary100111111001110010101011111100101000011111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,156,171); }

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

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

 a { background-color: rgb(159,156,171); }

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

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

 span { border-color: rgb(159,156,171); }

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