#A48339

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

Shades of Alpine #A48339

Tints of Alpine #A48339

Color information

#A48339 (or 0xA48339) is unknown color: approx Alpine. HEX triplet: A4, 83 and 39. RGB value is (164,131,57). Sum of RGB (Red+Green+Blue) = 164+131+57=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A48339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48339 is #5B7CC6. Grayscale: #848484. Windows color (decimal): -5995719 or 3769252. OLE color: 3769252.

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

Color convert

RGB16413157-
CMYK00.200.650.36
HSL41.5º48.42%43.33%-
HSV(B)41.5º65.24%64.31%-
XYZ24.1624.427.31-
YUV132.4385.43150.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=46.59%
G=37.22%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641315700.200.650.3641.548.4243.33
HexA48339014412429302b
Octal2442037102410144516053
Binary10100100100000111110010101001000001100100101001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48339; }

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

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

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

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

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

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

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

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