#AC8D77

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

Shades of Sandrift #AC8D77

Tints of Sandrift #AC8D77

Color information

#AC8D77 (or 0xAC8D77) is unknown color: approx Sandrift. HEX triplet: AC, 8D and 77. RGB value is (172,141,119). Sum of RGB (Red+Green+Blue) = 172+141+119=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D77 is #537288. Grayscale: #939393. Windows color (decimal): -5468809 or 7835052. OLE color: 7835052.

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

Color convert

RGB172141119-
CMYK00.180.310.33
HSL24.91º24.2%57.06%-
HSV(B)24.91º30.81%67.45%-
XYZ29.8729.1521.51-
YUV147.76111.77145.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=39.81%
G=32.64%
B=27.55%

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
Decimal17214111900.180.310.3324.9124.257.06
HexAC8D770121F21191839
Octal2542151670223741313071
Binary10101100100011011110111010010111111000011100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D77; }

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

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

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

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

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

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

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

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