#AC9B92

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

Shades of Del Rio #AC9B92

Tints of Del Rio #AC9B92

Color information

#AC9B92 (or 0xAC9B92) is unknown color: approx Del Rio. HEX triplet: AC, 9B and 92. RGB value is (172,155,146). Sum of RGB (Red+Green+Blue) = 172+155+146=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B92 is #53646D. Grayscale: #9F9F9F. Windows color (decimal): -5465198 or 9608108. OLE color: 9608108.

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

Color convert

RGB172155146-
CMYK00.100.150.33
HSL20.77º13.54%62.35%-
HSV(B)20.77º15.12%67.45%-
XYZ33.9234.2932.02-
YUV159.06120.63137.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=36.36%
G=32.77%
B=30.87%

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
Decimal17215514600.100.150.3320.7713.5462.35
HexAC9B920AF2115e3e
Octal2542332220121741251676
Binary101011001001101110010010010101111100001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B92; }

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

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

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

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

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

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

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

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