#AC803B

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

Shades of Alpine #AC803B

Tints of Alpine #AC803B

Color information

#AC803B (or 0xAC803B) is unknown color: approx Alpine. HEX triplet: AC, 80 and 3B. RGB value is (172,128,59). Sum of RGB (Red+Green+Blue) = 172+128+59=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC803B is #537FC4. Grayscale: #858585. Windows color (decimal): -5472197 or 3899564. OLE color: 3899564.

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

Color convert

RGB17212859-
CMYK00.260.660.33
HSL36.64º48.92%45.29%-
HSV(B)36.64º65.7%67.45%-
XYZ25.5224.527.53-
YUV133.2986.08155.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 59 (23.44% from 255) = 16.43%
R=47.91%
G=35.65%
B=16.43%

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
Decimal1721285900.260.660.3336.6448.9245.29
HexAC803B01A422125312d
Octal2542007303210241456155
Binary10101100100000001110110110101000010100001100101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC803B; }

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

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

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

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

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

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

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

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