#AB9991

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

Shades of Del Rio #AB9991

Tints of Del Rio #AB9991

Color information

#AB9991 (or 0xAB9991) is unknown color: approx Del Rio. HEX triplet: AB, 99 and 91. RGB value is (171,153,145). Sum of RGB (Red+Green+Blue) = 171+153+145=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9991 is #54666E. Grayscale: #9D9D9D. Windows color (decimal): -5531247 or 9542059. OLE color: 9542059.

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

Color convert

RGB171153145-
CMYK00.110.150.33
HSL18.46º13.4%61.96%-
HSV(B)18.46º15.2%67.06%-
XYZ33.333.4831.5-
YUV157.47120.96137.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 145 (57.03% from 255) = 30.92%
R=36.46%
G=32.62%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115314500.110.150.3318.4613.461.96
HexAB99910BF2112d3e
Octal2532312210131741221576
Binary101010111001100110010001010111111100001100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9991; }

 p { color: rgb(171,153,145); }

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

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

 a { background-color: rgb(171,153,145); }

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

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

 span { border-color: rgb(171,153,145); }

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