#AB9F9E

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

Shades of Nobel #AB9F9E

Tints of Nobel #AB9F9E

Color information

#AB9F9E (or 0xAB9F9E) is unknown color: approx Nobel. HEX triplet: AB, 9F and 9E. RGB value is (171,159,158). Sum of RGB (Red+Green+Blue) = 171+159+158=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F9E is #546061. Grayscale: #A2A2A2. Windows color (decimal): -5529698 or 10395563. OLE color: 10395563.

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

Color convert

RGB171159158-
CMYK00.070.080.33
HSL4.62º7.18%64.51%-
HSV(B)4.62º7.6%67.06%-
XYZ35.3635.9237.42-
YUV162.47125.48134.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=35.04%
G=32.58%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115915800.070.080.334.627.1864.51
HexAB9F9E078215741
Octal25323723607104157101
Binary101010111001111110011110011110001000011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F9E; }

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

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

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

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

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

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

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

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