#AB9992

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

Shades of Del Rio #AB9992

Tints of Del Rio #AB9992

Color information

#AB9992 (or 0xAB9992) is unknown color: approx Del Rio. HEX triplet: AB, 99 and 92. RGB value is (171,153,146). Sum of RGB (Red+Green+Blue) = 171+153+146=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9992 is #54666D. Grayscale: #9D9D9D. Windows color (decimal): -5531246 or 9607595. OLE color: 9607595.

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

Color convert

RGB171153146-
CMYK00.110.150.33
HSL16.8º12.95%62.16%-
HSV(B)16.8º14.62%67.06%-
XYZ33.3733.5231.9-
YUV157.58121.46137.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=36.38%
G=32.55%
B=31.06%

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
Decimal17115314600.110.150.3316.812.9562.16
HexAB99920BF2111d3e
Octal2532312220131741211576
Binary101010111001100110010010010111111100001100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9992; }

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

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

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

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

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

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

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

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