#AC978D

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

Shades of Del Rio #AC978D

Tints of Del Rio #AC978D

Color information

#AC978D (or 0xAC978D) is unknown color: approx Del Rio. HEX triplet: AC, 97 and 8D. RGB value is (172,151,141). Sum of RGB (Red+Green+Blue) = 172+151+141=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC978D is #536872. Grayscale: #9C9C9C. Windows color (decimal): -5466227 or 9279404. OLE color: 9279404.

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

Color convert

RGB172151141-
CMYK00.120.180.33
HSL19.35º15.74%61.37%-
HSV(B)19.35º18.02%67.45%-
XYZ32.8932.8329.8-
YUV156.14119.46139.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=37.07%
G=32.54%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215114100.120.180.3319.3515.7461.37
HexAC978D0C122113103d
Octal2542272150142241232075
Binary10101100100101111000110101100100101000011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC978D; }

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

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

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

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

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

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

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

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