#A58140

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

Shades of Alpine #A58140

Tints of Alpine #A58140

Color information

#A58140 (or 0xA58140) is unknown color: approx Alpine. HEX triplet: A5, 81 and 40. RGB value is (165,129,64). Sum of RGB (Red+Green+Blue) = 165+129+64=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A58140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58140 is #5A7EBF. Grayscale: #848484. Windows color (decimal): -5930688 or 4227493. OLE color: 4227493.

HSL color Cylindrical-coordinate representation of color #A58140: hue angle of 38.61º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A58140 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16512964-
CMYK00.220.610.35
HSL38.61º44.1%44.9%-
HSV(B)38.61º61.21%64.71%-
XYZ24.2924.078.22-
YUV132.3589.43151.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=46.09%
G=36.03%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651296400.220.610.3538.6144.144.9
HexA581400163D23272c2d
Octal2452011000267543475455
Binary10100101100000011000000010110111101100011100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58140; }

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

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

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

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

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

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

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

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