#AC9A92

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

Shades of Del Rio #AC9A92

Tints of Del Rio #AC9A92

Color information

#AC9A92 (or 0xAC9A92) is unknown color: approx Del Rio. HEX triplet: AC, 9A and 92. RGB value is (172,154,146). Sum of RGB (Red+Green+Blue) = 172+154+146=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A92 is #53656D. Grayscale: #9E9E9E. Windows color (decimal): -5465454 or 9607852. OLE color: 9607852.

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

Color convert

RGB172154146-
CMYK00.100.150.33
HSL18.46º13.54%62.35%-
HSV(B)18.46º15.12%67.45%-
XYZ33.7633.9631.97-
YUV158.47120.96137.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 146 (57.42% from 255) = 30.93%
R=36.44%
G=32.63%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215414600.100.150.3318.4613.5462.35
HexAC9A920AF2112e3e
Octal2542322220121741221676
Binary101011001001101010010010010101111100001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A92; }

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

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

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

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

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

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

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

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