#AC7F3A

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

Shades of Alpine #AC7F3A

Tints of Alpine #AC7F3A

Color information

#AC7F3A (or 0xAC7F3A) is unknown color: approx Alpine. HEX triplet: AC, 7F and 3A. RGB value is (172,127,58). Sum of RGB (Red+Green+Blue) = 172+127+58=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F3A is #5380C5. Grayscale: #848484. Windows color (decimal): -5472454 or 3833772. OLE color: 3833772.

HSL color Cylindrical-coordinate representation of color #AC7F3A: hue angle of 36.32º degrees, saturation: 0.5, 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 #AC7F3A is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17212758-
CMYK00.260.660.33
HSL36.32º49.57%45.1%-
HSV(B)36.32º66.28%67.45%-
XYZ25.3724.257.35-
YUV132.5985.91156.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=48.18%
G=35.57%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721275800.260.660.3336.3249.5745.1
HexAC7F3A01A422124322d
Octal2541777203210241446255
Binary1010110011111111110100110101000010100001100100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F3A; }

 p { color: rgb(172,127,58); }

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

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

 a { background-color: rgb(172,127,58); }

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

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

 span { border-color: rgb(172,127,58); }

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