#AB948B

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

Shades of Del Rio #AB948B

Tints of Del Rio #AB948B

Color information

#AB948B (or 0xAB948B) is unknown color: approx Del Rio. HEX triplet: AB, 94 and 8B. RGB value is (171,148,139). Sum of RGB (Red+Green+Blue) = 171+148+139=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB948B is #546B74. Grayscale: #999999. Windows color (decimal): -5532533 or 9147563. OLE color: 9147563.

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

Color convert

RGB171148139-
CMYK00.130.190.33
HSL16.88º16%60.78%-
HSV(B)16.88º18.71%67.06%-
XYZ32.0431.728.86-
YUV153.85119.62140.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=37.34%
G=32.31%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114813900.130.190.3316.881660.78
HexAB948B0D132111103d
Octal2532242130152341212075
Binary10101011100101001000101101101100111000011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB948B; }

 p { color: rgb(171,148,139); }

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

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

 a { background-color: rgb(171,148,139); }

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

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

 span { border-color: rgb(171,148,139); }

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