#AC9D93

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

Shades of Del Rio #AC9D93

Tints of Del Rio #AC9D93

Color information

#AC9D93 (or 0xAC9D93) is unknown color: approx Del Rio. HEX triplet: AC, 9D and 93. RGB value is (172,157,147). Sum of RGB (Red+Green+Blue) = 172+157+147=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D93 is #53626C. Grayscale: #A0A0A0. Windows color (decimal): -5464685 or 9674156. OLE color: 9674156.

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

Color convert

RGB172157147-
CMYK00.090.150.33
HSL24º13.09%62.55%-
HSV(B)24º14.53%67.45%-
XYZ34.3434.9932.55-
YUV160.34120.47136.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=36.13%
G=32.98%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215714700.090.150.332413.0962.55
HexAC9D9309F2118d3f
Octal2542352230111741301577
Binary101011001001110110010011010011111100001110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D93; }

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

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

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

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

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

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

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

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