#A2823E

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

Shades of Alpine #A2823E

Tints of Alpine #A2823E

Color information

#A2823E (or 0xA2823E) is unknown color: approx Alpine. HEX triplet: A2, 82 and 3E. RGB value is (162,130,62). Sum of RGB (Red+Green+Blue) = 162+130+62=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2823E is #5D7DC1. Grayscale: #848484. Windows color (decimal): -6127042 or 4096674. OLE color: 4096674.

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

Color convert

RGB16213062-
CMYK00.200.620.36
HSL40.8º44.64%43.92%-
HSV(B)40.8º61.73%63.53%-
XYZ23.7523.997.94-
YUV131.8288.6149.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 62 (24.61% from 255) = 17.51%
R=45.76%
G=36.72%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621306200.200.620.3640.844.6443.92
HexA2823E0143E24292d2c
Octal242202760247644515554
Binary1010001010000010111110010100111110100100101001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2823E; }

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

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

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

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

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

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

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

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