#AB938A

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

Shades of Del Rio #AB938A

Tints of Del Rio #AB938A

Color information

#AB938A (or 0xAB938A) is unknown color: approx Del Rio. HEX triplet: AB, 93 and 8A. RGB value is (171,147,138). Sum of RGB (Red+Green+Blue) = 171+147+138=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB938A is #546C75. Grayscale: #999999. Windows color (decimal): -5532790 or 9081771. OLE color: 9081771.

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

Color convert

RGB171147138-
CMYK00.140.190.33
HSL16.36º16.42%60.59%-
HSV(B)16.36º19.3%67.06%-
XYZ31.8231.3628.42-
YUV153.15119.45140.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=37.5%
G=32.24%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114713800.140.190.3316.3616.4260.59
HexAB938A0E132110103d
Octal2532232120162341202075
Binary10101011100100111000101001110100111000011000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB938A; }

 p { color: rgb(171,147,138); }

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

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

 a { background-color: rgb(171,147,138); }

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

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

 span { border-color: rgb(171,147,138); }

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