#A2803F

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

Shades of Alpine #A2803F

Tints of Alpine #A2803F

Color information

#A2803F (or 0xA2803F) is unknown color: approx Alpine. HEX triplet: A2, 80 and 3F. RGB value is (162,128,63). Sum of RGB (Red+Green+Blue) = 162+128+63=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2803F is #5D7FC0. Grayscale: #838383. Windows color (decimal): -6127553 or 4161698. OLE color: 4161698.

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

Color convert

RGB16212863-
CMYK00.210.610.36
HSL39.39º44%44.12%-
HSV(B)39.39º61.11%63.53%-
XYZ23.5223.487.99-
YUV130.7689.76150.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 63 (25% from 255) = 17.85%
R=45.89%
G=36.26%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621286300.210.610.3639.394444.12
HexA2803F0153D24272c2c
Octal242200770257544475454
Binary1010001010000000111111010101111101100100100111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2803F; }

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

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

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

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

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

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

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

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