#AC8F76

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

Shades of Sandrift #AC8F76

Tints of Sandrift #AC8F76

Color information

#AC8F76 (or 0xAC8F76) is unknown color: approx Sandrift. HEX triplet: AC, 8F and 76. RGB value is (172,143,118). Sum of RGB (Red+Green+Blue) = 172+143+118=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F76 is #537089. Grayscale: #949494. Windows color (decimal): -5468298 or 7770028. OLE color: 7770028.

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

Color convert

RGB172143118-
CMYK00.170.310.33
HSL27.78º24.55%56.86%-
HSV(B)27.78º31.4%67.45%-
XYZ30.1129.7221.29-
YUV148.82110.61144.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=39.72%
G=33.03%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214311800.170.310.3327.7824.5556.86
HexAC8F760111F211c1939
Octal2542171660213741343171
Binary10101100100011111110110010001111111000011110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F76; }

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

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

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

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

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

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

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

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