#A08140

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

Shades of Alpine #A08140

Tints of Alpine #A08140

Color information

#A08140 (or 0xA08140) is unknown color: approx Alpine. HEX triplet: A0, 81 and 40. RGB value is (160,129,64). Sum of RGB (Red+Green+Blue) = 160+129+64=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A08140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08140 is #5F7EBF. Grayscale: #838383. Windows color (decimal): -6258368 or 4227488. OLE color: 4227488.

HSL color Cylindrical-coordinate representation of color #A08140: hue angle of 40.63º 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 #A08140 is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB16012964-
CMYK00.190.60.37
HSL40.63º42.86%43.92%-
HSV(B)40.63º60%62.75%-
XYZ23.2723.548.17-
YUV130.8690.27148.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=45.33%
G=36.54%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601296400.190.60.3740.6342.8643.92
HexA081400133C25292b2c
Octal2402011000237445515354
Binary10100000100000011000000010011111100100101101001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08140; }

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

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

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

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

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

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

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

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