#A38139

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

Shades of Alpine #A38139

Tints of Alpine #A38139

Color information

#A38139 (or 0xA38139) is unknown color: approx Alpine. HEX triplet: A3, 81 and 39. RGB value is (163,129,57). Sum of RGB (Red+Green+Blue) = 163+129+57=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A38139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38139 is #5C7EC6. Grayscale: #838383. Windows color (decimal): -6061767 or 3768739. OLE color: 3768739.

HSL color Cylindrical-coordinate representation of color #A38139: hue angle of 40.75º 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 #A38139 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16312957-
CMYK00.210.650.36
HSL40.75º48.18%43.14%-
HSV(B)40.75º65.03%63.92%-
XYZ23.6923.787.21-
YUV130.9686.26150.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 57 (22.66% from 255) = 16.33%
R=46.70%
G=36.96%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631295700.210.650.3640.7548.1843.14
HexA38139015412429302b
Octal2432017102510144516053
Binary10100011100000011110010101011000001100100101001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38139; }

 p { color: rgb(163,129,57); }

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

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

 a { background-color: rgb(163,129,57); }

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

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

 span { border-color: rgb(163,129,57); }

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