#AB9E9C

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

Shades of Nobel #AB9E9C

Tints of Nobel #AB9E9C

Color information

#AB9E9C (or 0xAB9E9C) is unknown color: approx Nobel. HEX triplet: AB, 9E and 9C. RGB value is (171,158,156). Sum of RGB (Red+Green+Blue) = 171+158+156=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E9C is #546163. Grayscale: #A1A1A1. Windows color (decimal): -5529956 or 10264235. OLE color: 10264235.

HSL color Cylindrical-coordinate representation of color #AB9E9C: hue angle of 8º 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 #AB9E9C is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171158156-
CMYK00.080.090.33
HSL8.2%64.12%-
HSV(B)8.77%67.06%-
XYZ35.0235.5136.46-
YUV161.66124.81134.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=35.26%
G=32.58%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115815600.080.090.3388.264.12
HexAB9E9C089218840
Octal25323623401011411010100
Binary101010111001111010011100010001001100001100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E9C; }

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

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

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

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

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

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

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

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