#AC8D7D

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

Shades of Sandrift #AC8D7D

Tints of Sandrift #AC8D7D

Color information

#AC8D7D (or 0xAC8D7D) is unknown color: approx Sandrift. HEX triplet: AC, 8D and 7D. RGB value is (172,141,125). Sum of RGB (Red+Green+Blue) = 172+141+125=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D7D is #537282. Grayscale: #949494. Windows color (decimal): -5468803 or 8228268. OLE color: 8228268.

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

Color convert

RGB172141125-
CMYK00.180.270.33
HSL20.43º22.07%58.24%-
HSV(B)20.43º27.33%67.45%-
XYZ30.2429.323.46-
YUV148.44114.77144.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=39.27%
G=32.19%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214112500.180.270.3320.4322.0758.24
HexAC8D7D0121B2114163a
Octal2542151750223341242672
Binary10101100100011011111101010010110111000011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D7D; }

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

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

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

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

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

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

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

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