#AC863F

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

Shades of Alpine #AC863F

Tints of Alpine #AC863F

Color information

#AC863F (or 0xAC863F) is unknown color: approx Alpine. HEX triplet: AC, 86 and 3F. RGB value is (172,134,63). Sum of RGB (Red+Green+Blue) = 172+134+63=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC863F is #5379C0. Grayscale: #898989. Windows color (decimal): -5470657 or 4163244. OLE color: 4163244.

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

Color convert

RGB17213463-
CMYK00.220.630.33
HSL39.08º46.38%46.08%-
HSV(B)39.08º63.37%67.45%-
XYZ26.4426.188.36-
YUV137.2786.09152.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 63 (25% from 255) = 17.07%
R=46.61%
G=36.31%
B=17.07%

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
Decimal1721346300.220.630.3339.0846.3846.08
HexAC863F0163F21272e2e
Octal254206770267741475656
Binary1010110010000110111111010110111111100001100111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC863F; }

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

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

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

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

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

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

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

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