#A58138

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

Shades of Alpine #A58138

Tints of Alpine #A58138

Color information

#A58138 (or 0xA58138) is unknown color: approx Alpine. HEX triplet: A5, 81 and 38. RGB value is (165,129,56). Sum of RGB (Red+Green+Blue) = 165+129+56=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A58138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58138 is #5A7EC7. Grayscale: #838383. Windows color (decimal): -5930696 or 3703205. OLE color: 3703205.

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

Color convert

RGB16512956-
CMYK00.220.660.35
HSL40.18º49.32%43.33%-
HSV(B)40.18º66.06%64.71%-
XYZ24.0823.997.1-
YUV131.4485.43151.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 56 (22.27% from 255) = 16%
R=47.14%
G=36.86%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651295600.220.660.3540.1849.3243.33
HexA58138016422328312b
Octal2452017002610243506153
Binary10100101100000011110000101101000010100011101000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58138; }

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

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

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

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

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

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

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

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