#A58239

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

Shades of Alpine #A58239

Tints of Alpine #A58239

Color information

#A58239 (or 0xA58239) is unknown color: approx Alpine. HEX triplet: A5, 82 and 39. RGB value is (165,130,57). Sum of RGB (Red+Green+Blue) = 165+130+57=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A58239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58239 is #5A7DC6. Grayscale: #848484. Windows color (decimal): -5930439 or 3768997. OLE color: 3768997.

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

Color convert

RGB16513057-
CMYK00.210.650.35
HSL40.56º48.65%43.53%-
HSV(B)40.56º65.45%64.71%-
XYZ24.2424.267.28-
YUV132.1485.6151.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=46.88%
G=36.93%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651305700.210.650.3540.5648.6543.53
HexA58239015412329312c
Octal2452027102510143516154
Binary10100101100000101110010101011000001100011101001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58239; }

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

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

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

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

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

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

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

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