#AB948C

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

Shades of Del Rio #AB948C

Tints of Del Rio #AB948C

Color information

#AB948C (or 0xAB948C) is unknown color: approx Del Rio. HEX triplet: AB, 94 and 8C. RGB value is (171,148,140). Sum of RGB (Red+Green+Blue) = 171+148+140=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB948C is #546B73. Grayscale: #9A9A9A. Windows color (decimal): -5532532 or 9213099. OLE color: 9213099.

HSL color Cylindrical-coordinate representation of color #AB948C: hue angle of 15.48º degrees, saturation: 0.16, 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 #AB948C is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB171148140-
CMYK00.130.180.33
HSL15.48º15.58%60.98%-
HSV(B)15.48º18.13%67.06%-
XYZ32.1231.7329.24-
YUV153.96120.12140.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=37.25%
G=32.24%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114814000.130.180.3315.4815.5860.98
HexAB948C0D1221f103d
Octal2532242140152241172075
Binary1010101110010100100011000110110010100001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB948C; }

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

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

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

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

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

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

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

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