#A3823E

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

Shades of Alpine #A3823E

Tints of Alpine #A3823E

Color information

#A3823E (or 0xA3823E) is unknown color: approx Alpine. HEX triplet: A3, 82 and 3E. RGB value is (163,130,62). Sum of RGB (Red+Green+Blue) = 163+130+62=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3823E is #5C7DC1. Grayscale: #848484. Windows color (decimal): -6061506 or 4096675. OLE color: 4096675.

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

Color convert

RGB16313062-
CMYK00.200.620.36
HSL40.4º44.89%44.12%-
HSV(B)40.4º61.96%63.92%-
XYZ23.9624.17.95-
YUV132.1288.43150.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 62 (24.61% from 255) = 17.46%
R=45.92%
G=36.62%
B=17.46%

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
Decimal1631306200.200.620.3640.444.8944.12
HexA3823E0143E24282d2c
Octal243202760247644505554
Binary1010001110000010111110010100111110100100101000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3823E; }

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

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

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

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

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

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

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

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