#AB988D

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

Shades of Del Rio #AB988D

Tints of Del Rio #AB988D

Color information

#AB988D (or 0xAB988D) is unknown color: approx Del Rio. HEX triplet: AB, 98 and 8D. RGB value is (171,152,141). Sum of RGB (Red+Green+Blue) = 171+152+141=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB988D is #546772. Grayscale: #9C9C9C. Windows color (decimal): -5531507 or 9279659. OLE color: 9279659.

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

Color convert

RGB171152141-
CMYK00.110.180.33
HSL22º15.15%61.18%-
HSV(B)22º17.54%67.06%-
XYZ32.8333.0429.85-
YUV156.43119.29138.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=36.85%
G=32.76%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115214100.110.180.332215.1561.18
HexAB988D0B122116f3d
Octal2532302150132241261775
Binary1010101110011000100011010101110010100001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB988D; }

 p { color: rgb(171,152,141); }

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

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

 a { background-color: rgb(171,152,141); }

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

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

 span { border-color: rgb(171,152,141); }

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