#AB9E9D

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

Shades of Nobel #AB9E9D

Tints of Nobel #AB9E9D

Color information

#AB9E9D (or 0xAB9E9D) is unknown color: approx Nobel. HEX triplet: AB, 9E and 9D. RGB value is (171,158,157). Sum of RGB (Red+Green+Blue) = 171+158+157=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E9D is #546162. Grayscale: #A1A1A1. Windows color (decimal): -5529955 or 10329771. OLE color: 10329771.

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

Color convert

RGB171158157-
CMYK00.080.080.33
HSL4.29º7.69%64.31%-
HSV(B)4.29º8.19%67.06%-
XYZ35.1135.5536.91-
YUV161.77125.31134.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=35.19%
G=32.51%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115815700.080.080.334.297.6964.31
HexAB9E9D088214840
Octal2532362350101041410100
Binary10101011100111101001110101000100010000110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E9D; }

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

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

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

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

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

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

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

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