#AC9C92

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

Shades of Del Rio #AC9C92

Tints of Del Rio #AC9C92

Color information

#AC9C92 (or 0xAC9C92) is unknown color: approx Del Rio. HEX triplet: AC, 9C and 92. RGB value is (172,156,146). Sum of RGB (Red+Green+Blue) = 172+156+146=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C92 is #53636D. Grayscale: #9F9F9F. Windows color (decimal): -5464942 or 9608364. OLE color: 9608364.

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

Color convert

RGB172156146-
CMYK00.090.150.33
HSL23.08º13.54%62.35%-
HSV(B)23.08º15.12%67.45%-
XYZ34.0934.6232.08-
YUV159.64120.3136.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 146 (57.42% from 255) = 30.80%
R=36.29%
G=32.91%
B=30.80%

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
Decimal17215614600.090.150.3323.0813.5462.35
HexAC9C9209F2117e3e
Octal2542342220111741271676
Binary101011001001110010010010010011111100001101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C92; }

 p { color: rgb(172,156,146); }

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

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

 a { background-color: rgb(172,156,146); }

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

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

 span { border-color: rgb(172,156,146); }

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