#A48140

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

Shades of Alpine #A48140

Tints of Alpine #A48140

Color information

#A48140 (or 0xA48140) is unknown color: approx Alpine. HEX triplet: A4, 81 and 40. RGB value is (164,129,64). Sum of RGB (Red+Green+Blue) = 164+129+64=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A48140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48140 is #5B7EBF. Grayscale: #848484. Windows color (decimal): -5996224 or 4227492. OLE color: 4227492.

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

Color convert

RGB16412964-
CMYK00.210.610.36
HSL39º43.86%44.71%-
HSV(B)39º60.98%64.31%-
XYZ24.0923.968.21-
YUV132.0689.6150.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=45.94%
G=36.13%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641296400.210.610.363943.8644.71
HexA481400153D24272c2d
Octal2442011000257544475455
Binary10100100100000011000000010101111101100100100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48140; }

 p { color: rgb(164,129,64); }

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

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

 a { background-color: rgb(164,129,64); }

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

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

 span { border-color: rgb(164,129,64); }

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