#AC9D98

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

Shades of Del Rio #AC9D98

Tints of Del Rio #AC9D98

Color information

#AC9D98 (or 0xAC9D98) is unknown color: approx Del Rio. HEX triplet: AC, 9D and 98. RGB value is (172,157,152). Sum of RGB (Red+Green+Blue) = 172+157+152=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D98 is #536267. Grayscale: #A0A0A0. Windows color (decimal): -5464680 or 10001836. OLE color: 10001836.

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

Color convert

RGB172157152-
CMYK00.090.120.33
HSL15º10.75%63.53%-
HSV(B)15º11.63%67.45%-
XYZ34.7435.1534.66-
YUV160.92122.97135.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=35.76%
G=32.64%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215715200.090.120.331510.7563.53
HexAC9D9809C21fb40
Octal25423523001114411713100
Binary101011001001110110011000010011100100001111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D98; }

 p { color: rgb(172,157,152); }

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

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

 a { background-color: rgb(172,157,152); }

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

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

 span { border-color: rgb(172,157,152); }

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