#AC803A

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

Shades of Alpine #AC803A

Tints of Alpine #AC803A

Color information

#AC803A (or 0xAC803A) is unknown color: approx Alpine. HEX triplet: AC, 80 and 3A. RGB value is (172,128,58). Sum of RGB (Red+Green+Blue) = 172+128+58=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC803A is #537FC5. Grayscale: #858585. Windows color (decimal): -5472198 or 3834028. OLE color: 3834028.

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

Color convert

RGB17212858-
CMYK00.260.660.33
HSL36.84º49.57%45.1%-
HSV(B)36.84º66.28%67.45%-
XYZ25.524.517.39-
YUV133.1885.58155.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 58 (23.05% from 255) = 16.20%
R=48.04%
G=35.75%
B=16.20%

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
Decimal1721285800.260.660.3336.8449.5745.1
HexAC803A01A422125322d
Octal2542007203210241456255
Binary10101100100000001110100110101000010100001100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC803A; }

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

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

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

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

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

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

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

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