#AC8E75

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

Shades of Sandrift #AC8E75

Tints of Sandrift #AC8E75

Color information

#AC8E75 (or 0xAC8E75) is unknown color: approx Sandrift. HEX triplet: AC, 8E and 75. RGB value is (172,142,117). Sum of RGB (Red+Green+Blue) = 172+142+117=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E75 is #53718A. Grayscale: #949494. Windows color (decimal): -5468555 or 7704236. OLE color: 7704236.

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

Color convert

RGB172142117-
CMYK00.170.320.33
HSL27.27º24.89%56.67%-
HSV(B)27.27º31.98%67.45%-
XYZ29.929.420.93-
YUV148.12110.44145.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=39.91%
G=32.95%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214211700.170.320.3327.2724.8956.67
HexAC8E7501120211b1939
Octal2542161650214041333171
Binary101011001000111011101010100011000001000011101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E75; }

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

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

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

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

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

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

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

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