#AB9C96

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

Shades of Del Rio #AB9C96

Tints of Del Rio #AB9C96

Color information

#AB9C96 (or 0xAB9C96) is unknown color: approx Del Rio. HEX triplet: AB, 9C and 96. RGB value is (171,156,150). Sum of RGB (Red+Green+Blue) = 171+156+150=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C96 is #546369. Grayscale: #9F9F9F. Windows color (decimal): -5530474 or 9870507. OLE color: 9870507.

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

Color convert

RGB171156150-
CMYK00.090.120.33
HSL17.14º11.11%62.94%-
HSV(B)17.14º12.28%67.06%-
XYZ34.1934.6433.74-
YUV159.8122.47135.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=35.85%
G=32.70%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115615000.090.120.3317.1411.1162.94
HexAB9C9609C2111b3f
Octal2532342260111441211377
Binary101010111001110010010110010011100100001100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C96; }

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

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

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

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

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

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

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

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