#AC9186

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

Shades of Del Rio #AC9186

Tints of Del Rio #AC9186

Color information

#AC9186 (or 0xAC9186) is unknown color: approx Del Rio. HEX triplet: AC, 91 and 86. RGB value is (172,145,134). Sum of RGB (Red+Green+Blue) = 172+145+134=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9186 is #536E79. Grayscale: #979797. Windows color (decimal): -5467770 or 8819116. OLE color: 8819116.

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

Color convert

RGB172145134-
CMYK00.160.220.33
HSL17.37º18.63%60%-
HSV(B)17.37º22.09%67.45%-
XYZ31.4430.7426.83-
YUV151.82117.95142.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=38.14%
G=32.15%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214513400.160.220.3317.3718.6360
HexAC9186010162111133c
Octal2542212060202641212374
Binary101011001001000110000110010000101101000011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9186; }

 p { color: rgb(172,145,134); }

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

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

 a { background-color: rgb(172,145,134); }

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

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

 span { border-color: rgb(172,145,134); }

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