#AC8C7C

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

Shades of Sandrift #AC8C7C

Tints of Sandrift #AC8C7C

Color information

#AC8C7C (or 0xAC8C7C) is unknown color: approx Sandrift. HEX triplet: AC, 8C and 7C. RGB value is (172,140,124). Sum of RGB (Red+Green+Blue) = 172+140+124=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C7C is #537383. Grayscale: #939393. Windows color (decimal): -5469060 or 8162476. OLE color: 8162476.

HSL color Cylindrical-coordinate representation of color #AC8C7C: hue angle of 20º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC8C7C is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB172140124-
CMYK00.190.280.33
HSL20º22.43%58.04%-
HSV(B)20º27.91%67.45%-
XYZ30.0328.9823.08-
YUV147.74114.6145.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 140 (55.08% from 255) = 32.11%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=39.45%
G=32.11%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214012400.190.280.332022.4358.04
HexAC8C7C0131C2114163a
Octal2542141740233441242672
Binary10101100100011001111100010011111001000011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C7C; }

 p { color: rgb(172,140,124); }

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

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

 a { background-color: rgb(172,140,124); }

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

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

 span { border-color: rgb(172,140,124); }

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