#AB9C97

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

Shades of Del Rio #AB9C97

Tints of Del Rio #AB9C97

Color information

#AB9C97 (or 0xAB9C97) is unknown color: approx Del Rio. HEX triplet: AB, 9C and 97. RGB value is (171,156,151). Sum of RGB (Red+Green+Blue) = 171+156+151=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C97 is #546368. Grayscale: #9F9F9F. Windows color (decimal): -5530473 or 9936043. OLE color: 9936043.

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

Color convert

RGB171156151-
CMYK00.090.120.33
HSL15º10.64%63.14%-
HSV(B)15º11.7%67.06%-
XYZ34.2734.6734.16-
YUV159.92122.97135.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=35.77%
G=32.64%
B=31.59%

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
Decimal17115615100.090.120.331510.6463.14
HexAB9C9709C21fb3f
Octal2532342270111441171377
Binary10101011100111001001011101001110010000111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C97; }

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

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

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

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

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

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

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

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