#AC8E78

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

Shades of Sandrift #AC8E78

Tints of Sandrift #AC8E78

Color information

#AC8E78 (or 0xAC8E78) is unknown color: approx Sandrift. HEX triplet: AC, 8E and 78. RGB value is (172,142,120). Sum of RGB (Red+Green+Blue) = 172+142+120=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E78 is #537187. Grayscale: #949494. Windows color (decimal): -5468552 or 7900844. OLE color: 7900844.

HSL color Cylindrical-coordinate representation of color #AC8E78: hue angle of 25.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8E78 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172142120-
CMYK00.170.300.33
HSL25.38º23.85%57.25%-
HSV(B)25.38º30.23%67.45%-
XYZ30.0829.4721.87-
YUV148.46111.94144.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=39.63%
G=32.72%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214212000.170.300.3325.3823.8557.25
HexAC8E780111E21191839
Octal2542161700213641313071
Binary10101100100011101111000010001111101000011100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E78; }

 p { color: rgb(172,142,120); }

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

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

 a { background-color: rgb(172,142,120); }

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

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

 span { border-color: rgb(172,142,120); }

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