#A58240

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

Shades of Alpine #A58240

Tints of Alpine #A58240

Color information

#A58240 (or 0xA58240) is unknown color: approx Alpine. HEX triplet: A5, 82 and 40. RGB value is (165,130,64). Sum of RGB (Red+Green+Blue) = 165+130+64=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A58240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58240 is #5A7DBF. Grayscale: #858585. Windows color (decimal): -5930432 or 4227749. OLE color: 4227749.

HSL color Cylindrical-coordinate representation of color #A58240: hue angle of 39.21º 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 #A58240 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16513064-
CMYK00.210.610.35
HSL39.21º44.1%44.9%-
HSV(B)39.21º61.21%64.71%-
XYZ24.4324.338.26-
YUV132.9489.1150.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=45.96%
G=36.21%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651306400.210.610.3539.2144.144.9
HexA582400153D23272c2d
Octal2452021000257543475455
Binary10100101100000101000000010101111101100011100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58240; }

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

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

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

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

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

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

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

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