#AB9E98

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

Shades of Del Rio #AB9E98

Tints of Del Rio #AB9E98

Color information

#AB9E98 (or 0xAB9E98) is unknown color: approx Del Rio. HEX triplet: AB, 9E and 98. RGB value is (171,158,152). Sum of RGB (Red+Green+Blue) = 171+158+152=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E98 is #546167. Grayscale: #A1A1A1. Windows color (decimal): -5529960 or 10002091. OLE color: 10002091.

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

Color convert

RGB171158152-
CMYK00.080.110.33
HSL18.95º10.16%63.33%-
HSV(B)18.95º11.11%67.06%-
XYZ34.6935.3834.71-
YUV161.2122.81134.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=35.55%
G=32.85%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115815200.080.110.3318.9510.1663.33
HexAB9E9808B2113a3f
Octal2532362300101341231277
Binary101010111001111010011000010001011100001100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E98; }

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

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

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

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

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

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

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

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