#AC8A76

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

Shades of Sandrift #AC8A76

Tints of Sandrift #AC8A76

Color information

#AC8A76 (or 0xAC8A76) is unknown color: approx Sandrift. HEX triplet: AC, 8A and 76. RGB value is (172,138,118). Sum of RGB (Red+Green+Blue) = 172+138+118=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A76 is #537589. Grayscale: #929292. Windows color (decimal): -5469578 or 7768748. OLE color: 7768748.

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

Color convert

RGB172138118-
CMYK00.200.310.33
HSL22.22º24.55%56.86%-
HSV(B)22.22º31.4%67.45%-
XYZ29.3728.2621.05-
YUV145.89112.26146.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 118 (46.48% from 255) = 27.57%
R=40.19%
G=32.24%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213811800.200.310.3322.2224.5556.86
HexAC8A760141F21161939
Octal2542121660243741263171
Binary10101100100010101110110010100111111000011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A76; }

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

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

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

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

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

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

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

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