#A28036

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

Shades of Alpine #A28036

Tints of Alpine #A28036

Color information

#A28036 (or 0xA28036) is unknown color: approx Alpine. HEX triplet: A2, 80 and 36. RGB value is (162,128,54). Sum of RGB (Red+Green+Blue) = 162+128+54=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A28036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28036 is #5D7FC9. Grayscale: #828282. Windows color (decimal): -6127562 or 3571874. OLE color: 3571874.

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

Color convert

RGB16212854-
CMYK00.210.670.36
HSL41.11º50%42.35%-
HSV(B)41.11º66.67%63.53%-
XYZ23.2923.396.78-
YUV129.7385.26151.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 54 (21.48% from 255) = 15.70%
R=47.09%
G=37.21%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621285400.210.670.3641.115042.35
HexA28036015432429322a
Octal2422006602510344516252
Binary10100010100000001101100101011000011100100101001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28036; }

 p { color: rgb(162,128,54); }

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

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

 a { background-color: rgb(162,128,54); }

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

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

 span { border-color: rgb(162,128,54); }

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