#AC8976

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

Shades of Sandrift #AC8976

Tints of Sandrift #AC8976

Color information

#AC8976 (or 0xAC8976) is unknown color: approx Sandrift. HEX triplet: AC, 89 and 76. RGB value is (172,137,118). Sum of RGB (Red+Green+Blue) = 172+137+118=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8976 is #537689. Grayscale: #919191. Windows color (decimal): -5469834 or 7768492. OLE color: 7768492.

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

Color convert

RGB172137118-
CMYK00.200.310.33
HSL21.11º24.55%56.86%-
HSV(B)21.11º31.4%67.45%-
XYZ29.2327.9721-
YUV145.3112.6147.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=40.28%
G=32.08%
B=27.63%

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
Decimal17213711800.200.310.3321.1124.5556.86
HexAC89760141F21151939
Octal2542111660243741253171
Binary10101100100010011110110010100111111000011010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8976; }

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

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

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

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

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

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

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

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