#A2833E

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

Shades of Alpine #A2833E

Tints of Alpine #A2833E

Color information

#A2833E (or 0xA2833E) is unknown color: approx Alpine. HEX triplet: A2, 83 and 3E. RGB value is (162,131,62). Sum of RGB (Red+Green+Blue) = 162+131+62=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2833E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2833E is #5D7CC1. Grayscale: #848484. Windows color (decimal): -6126786 or 4096930. OLE color: 4096930.

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

Color convert

RGB16213162-
CMYK00.190.620.36
HSL41.4º44.64%43.92%-
HSV(B)41.4º61.73%63.53%-
XYZ23.8924.267.98-
YUV132.488.27149.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 62 (24.61% from 255) = 17.46%
R=45.63%
G=36.90%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621316200.190.620.3641.444.6443.92
HexA2833E0133E24292d2c
Octal242203760237644515554
Binary1010001010000011111110010011111110100100101001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2833E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2833E; }

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

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

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

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

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

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

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

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