#AC9C91

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

Shades of Del Rio #AC9C91

Tints of Del Rio #AC9C91

Color information

#AC9C91 (or 0xAC9C91) is unknown color: approx Del Rio. HEX triplet: AC, 9C and 91. RGB value is (172,156,145). Sum of RGB (Red+Green+Blue) = 172+156+145=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C91 is #53636E. Grayscale: #9F9F9F. Windows color (decimal): -5464943 or 9542828. OLE color: 9542828.

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

Color convert

RGB172156145-
CMYK00.090.160.33
HSL24.44º13.99%62.16%-
HSV(B)24.44º15.7%67.45%-
XYZ34.0134.5931.67-
YUV159.53119.8136.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 145 (57.03% from 255) = 30.66%
R=36.36%
G=32.98%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215614500.090.160.3324.4413.9962.16
HexAC9C9109102118e3e
Octal2542342210112041301676
Binary1010110010011100100100010100110000100001110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C91; }

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

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

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

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

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

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

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

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