#AC9F99

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

Shades of Del Rio #AC9F99

Tints of Del Rio #AC9F99

Color information

#AC9F99 (or 0xAC9F99) is unknown color: approx Del Rio. HEX triplet: AC, 9F and 99. RGB value is (172,159,153). Sum of RGB (Red+Green+Blue) = 172+159+153=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F99 is #536066. Grayscale: #A2A2A2. Windows color (decimal): -5464167 or 10067884. OLE color: 10067884.

HSL color Cylindrical-coordinate representation of color #AC9F99: hue angle of 18.95º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC9F99 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB172159153-
CMYK00.080.110.33
HSL18.95º10.27%63.73%-
HSV(B)18.95º11.05%67.45%-
XYZ35.1635.8735.21-
YUV162.2122.81134.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=35.54%
G=32.85%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215915300.080.110.3318.9510.2763.73
HexAC9F9908B2113a40
Octal25423723101013412312100
Binary1010110010011111100110010100010111000011001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F99; }

 p { color: rgb(172,159,153); }

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

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

 a { background-color: rgb(172,159,153); }

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

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

 span { border-color: rgb(172,159,153); }

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