#A58341

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

Shades of Alpine #A58341

Tints of Alpine #A58341

Color information

#A58341 (or 0xA58341) is unknown color: approx Alpine. HEX triplet: A5, 83 and 41. RGB value is (165,131,65). Sum of RGB (Red+Green+Blue) = 165+131+65=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A58341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58341 is #5A7CBE. Grayscale: #858585. Windows color (decimal): -5930175 or 4293541. OLE color: 4293541.

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

Color convert

RGB16513165-
CMYK00.210.610.35
HSL39.6º43.48%45.1%-
HSV(B)39.6º60.61%64.71%-
XYZ24.5924.618.46-
YUV133.6489.26150.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 65 (25.78% from 255) = 18.01%
R=45.71%
G=36.29%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651316500.210.610.3539.643.4845.1
HexA583410153D23282b2d
Octal2452031010257543505355
Binary10100101100000111000001010101111101100011101000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58341; }

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

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

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

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

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

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

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

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