#AC8641

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

Shades of Alpine #AC8641

Tints of Alpine #AC8641

Color information

#AC8641 (or 0xAC8641) is unknown color: approx Alpine. HEX triplet: AC, 86 and 41. RGB value is (172,134,65). Sum of RGB (Red+Green+Blue) = 172+134+65=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8641 is #5379BE. Grayscale: #898989. Windows color (decimal): -5470655 or 4294316. OLE color: 4294316.

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

Color convert

RGB17213465-
CMYK00.220.620.33
HSL38.69º45.15%46.47%-
HSV(B)38.69º62.21%67.45%-
XYZ26.4926.28.66-
YUV137.587.09152.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=46.36%
G=36.12%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721346500.220.620.3338.6945.1546.47
HexAC86410163E21272d2e
Octal2542061010267641475556
Binary10101100100001101000001010110111110100001100111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8641; }

 p { color: rgb(172,134,65); }

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

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

 a { background-color: rgb(172,134,65); }

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

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

 span { border-color: rgb(172,134,65); }

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