#AC8938

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

Shades of Alpine #AC8938

Tints of Alpine #AC8938

Color information

#AC8938 (or 0xAC8938) is unknown color: approx Alpine. HEX triplet: AC, 89 and 38. RGB value is (172,137,56). Sum of RGB (Red+Green+Blue) = 172+137+56=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8938 is #5376C7. Grayscale: #8A8A8A. Windows color (decimal): -5469896 or 3705260. OLE color: 3705260.

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

Color convert

RGB17213756-
CMYK00.200.670.33
HSL41.9º50.88%44.71%-
HSV(B)41.9º67.44%67.45%-
XYZ26.6726.957.54-
YUV138.2381.6152.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=47.12%
G=37.53%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721375600.200.670.3341.950.8844.71
HexAC893801443212a332d
Octal2542117002410341526355
Binary10101100100010011110000101001000011100001101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8938; }

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

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

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

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

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

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

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

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