#A28339

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

Shades of Alpine #A28339

Tints of Alpine #A28339

Color information

#A28339 (or 0xA28339) is unknown color: approx Alpine. HEX triplet: A2, 83 and 39. RGB value is (162,131,57). Sum of RGB (Red+Green+Blue) = 162+131+57=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A28339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28339 is #5D7CC6. Grayscale: #848484. Windows color (decimal): -6126791 or 3769250. OLE color: 3769250.

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

Color convert

RGB16213157-
CMYK00.190.650.36
HSL42.29º47.95%42.94%-
HSV(B)42.29º64.81%63.53%-
XYZ23.7624.217.29-
YUV131.8385.77149.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 57 (22.66% from 255) = 16.29%
R=46.29%
G=37.43%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621315700.190.650.3642.2947.9542.94
HexA2833901341242a302b
Octal2422037102310144526053
Binary10100010100000111110010100111000001100100101010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28339; }

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

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

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

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

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

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

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

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