#A2833C

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

Shades of Alpine #A2833C

Tints of Alpine #A2833C

Color information

#A2833C (or 0xA2833C) is unknown color: approx Alpine. HEX triplet: A2, 83 and 3C. RGB value is (162,131,60). Sum of RGB (Red+Green+Blue) = 162+131+60=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2833C is #5D7CC3. Grayscale: #848484. Windows color (decimal): -6126788 or 3965858. OLE color: 3965858.

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

Color convert

RGB16213160-
CMYK00.190.630.36
HSL41.76º45.95%43.53%-
HSV(B)41.76º62.96%63.53%-
XYZ23.8324.247.7-
YUV132.1787.27149.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 60 (23.83% from 255) = 17.00%
R=45.89%
G=37.11%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621316000.190.630.3641.7645.9543.53
HexA2833C0133F242a2e2c
Octal242203740237744525654
Binary1010001010000011111100010011111111100100101010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2833C; }

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

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

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

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

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

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

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

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