#AC8740

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

Shades of Alpine #AC8740

Tints of Alpine #AC8740

Color information

#AC8740 (or 0xAC8740) is unknown color: approx Alpine. HEX triplet: AC, 87 and 40. RGB value is (172,135,64). Sum of RGB (Red+Green+Blue) = 172+135+64=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8740 is #5378BF. Grayscale: #8A8A8A. Windows color (decimal): -5470400 or 4229036. OLE color: 4229036.

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

Color convert

RGB17213564-
CMYK00.220.630.33
HSL39.44º45.76%46.27%-
HSV(B)39.44º62.79%67.45%-
XYZ26.626.478.56-
YUV137.9786.26152.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=46.36%
G=36.39%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721356400.220.630.3339.4445.7646.27
HexAC87400163F21272e2e
Octal2542071000267741475656
Binary10101100100001111000000010110111111100001100111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8740; }

 p { color: rgb(172,135,64); }

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

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

 a { background-color: rgb(172,135,64); }

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

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

 span { border-color: rgb(172,135,64); }

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