#AC9991

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

Shades of Del Rio #AC9991

Tints of Del Rio #AC9991

Color information

#AC9991 (or 0xAC9991) is unknown color: approx Del Rio. HEX triplet: AC, 99 and 91. RGB value is (172,153,145). Sum of RGB (Red+Green+Blue) = 172+153+145=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9991 is #53666E. Grayscale: #9D9D9D. Windows color (decimal): -5465711 or 9542060. OLE color: 9542060.

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

Color convert

RGB172153145-
CMYK00.110.160.33
HSL17.78º13.99%62.16%-
HSV(B)17.78º15.7%67.45%-
XYZ33.5233.631.51-
YUV157.77120.79138.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=36.60%
G=32.55%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215314500.110.160.3317.7813.9962.16
HexAC99910B102112e3e
Octal2542312210132041221676
Binary1010110010011001100100010101110000100001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9991; }

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

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

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

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

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

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

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

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