#AC988C

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

Shades of Del Rio #AC988C

Tints of Del Rio #AC988C

Color information

#AC988C (or 0xAC988C) is unknown color: approx Del Rio. HEX triplet: AC, 98 and 8C. RGB value is (172,152,140). Sum of RGB (Red+Green+Blue) = 172+152+140=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC988C is #536773. Grayscale: #9C9C9C. Windows color (decimal): -5465972 or 9214124. OLE color: 9214124.

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

Color convert

RGB172152140-
CMYK00.120.190.33
HSL22.5º16.16%61.18%-
HSV(B)22.5º18.6%67.45%-
XYZ32.9833.1229.47-
YUV156.61118.63138.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=37.07%
G=32.76%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215214000.120.190.3322.516.1661.18
HexAC988C0C132117103d
Octal2542302140142341272075
Binary10101100100110001000110001100100111000011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC988C; }

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

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

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

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

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

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

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

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