#AC9993

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

Shades of Del Rio #AC9993

Tints of Del Rio #AC9993

Color information

#AC9993 (or 0xAC9993) is unknown color: approx Del Rio. HEX triplet: AC, 99 and 93. RGB value is (172,153,147). Sum of RGB (Red+Green+Blue) = 172+153+147=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9993 is #53666C. Grayscale: #9E9E9E. Windows color (decimal): -5465709 or 9673132. OLE color: 9673132.

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

Color convert

RGB172153147-
CMYK00.110.150.33
HSL14.4º13.09%62.55%-
HSV(B)14.4º14.53%67.45%-
XYZ33.6733.6632.33-
YUV158121.79137.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=36.44%
G=32.42%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215314700.110.150.3314.413.0962.55
HexAC99930BF21ed3f
Octal2542312230131741161577
Binary10101100100110011001001101011111110000111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9993; }

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

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

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

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

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

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

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

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