#AC8D76

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

Shades of Sandrift #AC8D76

Tints of Sandrift #AC8D76

Color information

#AC8D76 (or 0xAC8D76) is unknown color: approx Sandrift. HEX triplet: AC, 8D and 76. RGB value is (172,141,118). Sum of RGB (Red+Green+Blue) = 172+141+118=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D76 is #537289. Grayscale: #939393. Windows color (decimal): -5468810 or 7769516. OLE color: 7769516.

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

Color convert

RGB172141118-
CMYK00.180.310.33
HSL25.56º24.55%56.86%-
HSV(B)25.56º31.4%67.45%-
XYZ29.8129.1321.19-
YUV147.65111.27145.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=39.91%
G=32.71%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214111800.180.310.3325.5624.5556.86
HexAC8D760121F211a1939
Octal2542151660223741323171
Binary10101100100011011110110010010111111000011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D76; }

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

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

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

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

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

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

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

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