#AC8133

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

Shades of Alpine #AC8133

Tints of Alpine #AC8133

Color information

#AC8133 (or 0xAC8133) is unknown color: approx Alpine. HEX triplet: AC, 81 and 33. RGB value is (172,129,51). Sum of RGB (Red+Green+Blue) = 172+129+51=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8133 is #537ECC. Grayscale: #858585. Windows color (decimal): -5471949 or 3375532. OLE color: 3375532.

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

Color convert

RGB17212951-
CMYK00.250.700.33
HSL38.68º54.26%43.73%-
HSV(B)38.68º70.35%67.45%-
XYZ25.4624.716.56-
YUV132.9681.75155.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 51 (20.31% from 255) = 14.49%
R=48.86%
G=36.65%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721295100.250.700.3338.6854.2643.73
HexAC8133019462127362c
Octal2542016303110641476654
Binary10101100100000011100110110011000110100001100111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8133; }

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

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

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

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

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

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

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

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