#A48341

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

Shades of Alpine #A48341

Tints of Alpine #A48341

Color information

#A48341 (or 0xA48341) is unknown color: approx Alpine. HEX triplet: A4, 83 and 41. RGB value is (164,131,65). Sum of RGB (Red+Green+Blue) = 164+131+65=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A48341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48341 is #5B7CBE. Grayscale: #858585. Windows color (decimal): -5995711 or 4293540. OLE color: 4293540.

HSL color Cylindrical-coordinate representation of color #A48341: hue angle of 40º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A48341 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16413165-
CMYK00.200.600.36
HSL40º43.23%44.9%-
HSV(B)40º60.37%64.31%-
XYZ24.3824.518.45-
YUV133.3489.43149.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 65 (25.78% from 255) = 18.06%
R=45.56%
G=36.39%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641316500.200.600.364043.2344.9
HexA483410143C24282b2d
Octal2442031010247444505355
Binary10100100100000111000001010100111100100100101000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48341; }

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

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

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

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

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

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

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

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