#A08040

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

Shades of Alpine #A08040

Tints of Alpine #A08040

Color information

#A08040 (or 0xA08040) is unknown color: approx Alpine. HEX triplet: A0, 80 and 40. RGB value is (160,128,64). Sum of RGB (Red+Green+Blue) = 160+128+64=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A08040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08040 is #5F7FBF. Grayscale: #828282. Windows color (decimal): -6258624 or 4227232. OLE color: 4227232.

HSL color Cylindrical-coordinate representation of color #A08040: hue angle of 40º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A08040 is Cyan = 0, Magento = 0.20, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB16012864-
CMYK00.200.60.37
HSL40º42.86%43.92%-
HSV(B)40º60%62.75%-
XYZ23.1423.288.12-
YUV130.2790.6149.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601286400.200.60.374042.8643.92
HexA080400143C25282b2c
Octal2402001000247445505354
Binary10100000100000001000000010100111100100101101000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08040; }

 p { color: rgb(160,128,64); }

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

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

 a { background-color: rgb(160,128,64); }

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

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

 span { border-color: rgb(160,128,64); }

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