#ac8a3a

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

Shades of Alpine #AC8A3A

Tints of Alpine #AC8A3A

Color information

#AC8A3A (or 0xAC8A3A) is unknown color: approx Alpine. HEX triplet: AC, 8A and 3A. RGB value is (172,138,58). Sum of RGB (Red+Green+Blue) = 172+138+58=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A3A is #5375C5. Grayscale: #8B8B8B. Windows color (decimal): -5469638 or 3836588. OLE color: 3836588.

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

Color convert

RGB17213858-
CMYK00.200.660.33
HSL42.11º49.57%45.1%-
HSV(B)42.11º66.28%67.45%-
XYZ26.8727.257.85-
YUV139.0582.26151.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 58 (23.05% from 255) = 15.76%
R=46.74%
G=37.5%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721385800.200.660.3342.1149.5745.1
HexAC8A3A01442212a322d
Octal2542127202410241526255
Binary10101100100010101110100101001000010100001101010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8a3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8a3a; }

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

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

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

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

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

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

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

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