#A58237

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

Shades of Alpine #A58237

Tints of Alpine #A58237

Color information

#A58237 (or 0xA58237) is unknown color: approx Alpine. HEX triplet: A5, 82 and 37. RGB value is (165,130,55). Sum of RGB (Red+Green+Blue) = 165+130+55=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A58237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58237 is #5A7DC8. Grayscale: #848484. Windows color (decimal): -5930441 or 3637925. OLE color: 3637925.

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

Color convert

RGB16513055-
CMYK00.210.670.35
HSL40.91º50%43.14%-
HSV(B)40.91º66.67%64.71%-
XYZ24.1924.247.02-
YUV131.9284.6151.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 55 (21.88% from 255) = 15.71%
R=47.14%
G=37.14%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651305500.210.670.3540.915043.14
HexA58237015432329322b
Octal2452026702510343516253
Binary10100101100000101101110101011000011100011101001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58237; }

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

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

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

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

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

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

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

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