#AB958C

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

Shades of Del Rio #AB958C

Tints of Del Rio #AB958C

Color information

#AB958C (or 0xAB958C) is unknown color: approx Del Rio. HEX triplet: AB, 95 and 8C. RGB value is (171,149,140). Sum of RGB (Red+Green+Blue) = 171+149+140=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB958C is #546A73. Grayscale: #9A9A9A. Windows color (decimal): -5532276 or 9213355. OLE color: 9213355.

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

Color convert

RGB171149140-
CMYK00.130.180.33
HSL17.42º15.58%60.98%-
HSV(B)17.42º18.13%67.06%-
XYZ32.2832.0529.3-
YUV154.55119.79139.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=37.17%
G=32.39%
B=30.43%

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
Decimal17114914000.130.180.3317.4215.5860.98
HexAB958C0D122111103d
Octal2532252140152241212075
Binary10101011100101011000110001101100101000011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB958C; }

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

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

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

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

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

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

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

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