#A58441

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

Shades of Alpine #A58441

Tints of Alpine #A58441

Color information

#A58441 (or 0xA58441) is unknown color: approx Alpine. HEX triplet: A5, 84 and 41. RGB value is (165,132,65). Sum of RGB (Red+Green+Blue) = 165+132+65=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A58441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58441 is #5A7BBE. Grayscale: #868686. Windows color (decimal): -5929919 or 4293797. OLE color: 4293797.

HSL color Cylindrical-coordinate representation of color #A58441: hue angle of 40.2º 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 #A58441 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16513265-
CMYK00.200.610.35
HSL40.2º43.48%45.1%-
HSV(B)40.2º60.61%64.71%-
XYZ24.7224.888.5-
YUV134.2388.93149.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=45.58%
G=36.46%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651326500.200.610.3540.243.4845.1
HexA584410143D23282b2d
Octal2452041010247543505355
Binary10100101100001001000001010100111101100011101000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58441; }

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

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

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

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

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

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

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

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