#AC7E3B

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

Shades of Alpine #AC7E3B

Tints of Alpine #AC7E3B

Color information

#AC7E3B (or 0xAC7E3B) is unknown color: approx Alpine. HEX triplet: AC, 7E and 3B. RGB value is (172,126,59). Sum of RGB (Red+Green+Blue) = 172+126+59=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E3B is #5381C4. Grayscale: #848484. Windows color (decimal): -5472709 or 3899052. OLE color: 3899052.

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

Color convert

RGB17212659-
CMYK00.270.660.33
HSL35.58º48.92%45.29%-
HSV(B)35.58º65.7%67.45%-
XYZ25.2624.017.44-
YUV132.1286.74156.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 59 (23.44% from 255) = 16.53%
R=48.18%
G=35.29%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721265900.270.660.3335.5848.9245.29
HexAC7E3B01B422124312d
Octal2541767303310241446155
Binary1010110011111101110110110111000010100001100100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E3B; }

 p { color: rgb(172,126,59); }

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

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

 a { background-color: rgb(172,126,59); }

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

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

 span { border-color: rgb(172,126,59); }

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