#AC978C

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

Shades of Del Rio #AC978C

Tints of Del Rio #AC978C

Color information

#AC978C (or 0xAC978C) is unknown color: approx Del Rio. HEX triplet: AC, 97 and 8C. RGB value is (172,151,140). Sum of RGB (Red+Green+Blue) = 172+151+140=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC978C is #536873. Grayscale: #9C9C9C. Windows color (decimal): -5466228 or 9213868. OLE color: 9213868.

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

Color convert

RGB172151140-
CMYK00.120.190.33
HSL20.63º16.16%61.18%-
HSV(B)20.63º18.6%67.45%-
XYZ32.8132.829.41-
YUV156.02118.96139.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=37.15%
G=32.61%
B=30.24%

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
Decimal17215114000.120.190.3320.6316.1661.18
HexAC978C0C132115103d
Octal2542272140142341252075
Binary10101100100101111000110001100100111000011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC978C; }

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

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

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

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

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

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

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

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