#AC8333

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

Shades of Alpine #AC8333

Tints of Alpine #AC8333

Color information

#AC8333 (or 0xAC8333) is unknown color: approx Alpine. HEX triplet: AC, 83 and 33. RGB value is (172,131,51). Sum of RGB (Red+Green+Blue) = 172+131+51=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8333 is #537CCC. Grayscale: #868686. Windows color (decimal): -5471437 or 3376044. OLE color: 3376044.

HSL color Cylindrical-coordinate representation of color #AC8333: hue angle of 39.67º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC8333 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17213151-
CMYK00.240.700.33
HSL39.67º54.26%43.73%-
HSV(B)39.67º70.35%67.45%-
XYZ25.7325.246.65-
YUV134.1481.08155-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 51 (20.31% from 255) = 14.41%
R=48.59%
G=37.01%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721315100.240.700.3339.6754.2643.73
HexAC8333018462128362c
Octal2542036303010641506654
Binary10101100100000111100110110001000110100001101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8333; }

 p { color: rgb(172,131,51); }

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

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

 a { background-color: rgb(172,131,51); }

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

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

 span { border-color: rgb(172,131,51); }

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