#AC8741

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

Shades of Alpine #AC8741

Tints of Alpine #AC8741

Color information

#AC8741 (or 0xAC8741) is unknown color: approx Alpine. HEX triplet: AC, 87 and 41. RGB value is (172,135,65). Sum of RGB (Red+Green+Blue) = 172+135+65=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8741 is #5378BE. Grayscale: #8A8A8A. Windows color (decimal): -5470399 or 4294572. OLE color: 4294572.

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

Color convert

RGB17213565-
CMYK00.220.620.33
HSL39.25º45.15%46.47%-
HSV(B)39.25º62.21%67.45%-
XYZ26.6326.488.71-
YUV138.0886.76152.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 65 (25.78% from 255) = 17.47%
R=46.24%
G=36.29%
B=17.47%

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
Decimal1721356500.220.620.3339.2545.1546.47
HexAC87410163E21272d2e
Octal2542071010267641475556
Binary10101100100001111000001010110111110100001100111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8741; }

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

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

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

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

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

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

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

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