#9FAEAB

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

Shades of Conch #9FAEAB

Tints of Conch #9FAEAB

Color information

#9FAEAB (or 0x9FAEAB) is unknown color: approx Conch. HEX triplet: 9F, AE and AB. RGB value is (159,174,171). Sum of RGB (Red+Green+Blue) = 159+174+171=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAEAB is #605154. Grayscale: #A9A9A9. Windows color (decimal): -6312277 or 11251359. OLE color: 11251359.

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

Color convert

RGB159174171-
CMYK0.0900.020.32
HSL168º8.47%65.29%-
HSV(B)168º8.62%68.24%-
XYZ36.7840.5844.42-
YUV169.17129.03120.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=31.55%
G=34.52%
B=33.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591741710.0900.020.321688.4765.29
Hex9FAEAB90220a8841
Octal23725625311024025010101
Binary10011111101011101010101110010101000001010100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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