#A58135

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

Shades of Alpine #A58135

Tints of Alpine #A58135

Color information

#A58135 (or 0xA58135) is unknown color: approx Alpine. HEX triplet: A5, 81 and 35. RGB value is (165,129,53). Sum of RGB (Red+Green+Blue) = 165+129+53=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A58135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58135 is #5A7ECA. Grayscale: #838383. Windows color (decimal): -5930699 or 3506597. OLE color: 3506597.

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

Color convert

RGB16512953-
CMYK00.220.680.35
HSL40.71º51.38%42.75%-
HSV(B)40.71º67.88%64.71%-
XYZ24.0123.966.73-
YUV131.183.93152.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=47.55%
G=37.18%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651295300.220.680.3540.7151.3842.75
HexA58135016442329332b
Octal2452016502610443516353
Binary10100101100000011101010101101000100100011101001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58135; }

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

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

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

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

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

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

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

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