#A58336

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

Shades of Alpine #A58336

Tints of Alpine #A58336

Color information

#A58336 (or 0xA58336) is unknown color: approx Alpine. HEX triplet: A5, 83 and 36. RGB value is (165,131,54). Sum of RGB (Red+Green+Blue) = 165+131+54=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A58336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58336 is #5A7CC9. Grayscale: #848484. Windows color (decimal): -5930186 or 3572645. OLE color: 3572645.

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

Color convert

RGB16513154-
CMYK00.210.670.35
HSL41.62º50.68%42.94%-
HSV(B)41.62º67.27%64.71%-
XYZ24.324.56.94-
YUV132.3983.76151.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 54 (21.48% from 255) = 15.43%
R=47.14%
G=37.43%
B=15.43%

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
Decimal1651315400.210.670.3541.6250.6842.94
HexA5833601543232a332b
Octal2452036602510343526353
Binary10100101100000111101100101011000011100011101010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58336; }

 p { color: rgb(165,131,54); }

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

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

 a { background-color: rgb(165,131,54); }

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

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

 span { border-color: rgb(165,131,54); }

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