#AC978A

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

Shades of Del Rio #AC978A

Tints of Del Rio #AC978A

Color information

#AC978A (or 0xAC978A) is unknown color: approx Del Rio. HEX triplet: AC, 97 and 8A. RGB value is (172,151,138). Sum of RGB (Red+Green+Blue) = 172+151+138=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC978A is #536875. Grayscale: #9B9B9B. Windows color (decimal): -5466230 or 9082796. OLE color: 9082796.

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

Color convert

RGB172151138-
CMYK00.120.200.33
HSL22.94º17%60.78%-
HSV(B)22.94º19.77%67.45%-
XYZ32.6732.7428.64-
YUV155.8117.96139.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=37.31%
G=32.75%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215113800.120.200.3322.941760.78
HexAC978A0C142117113d
Octal2542272120142441272175
Binary10101100100101111000101001100101001000011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC978A; }

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

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

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

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

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

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

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

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