#A4823D

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

Shades of Alpine #A4823D

Tints of Alpine #A4823D

Color information

#A4823D (or 0xA4823D) is unknown color: approx Alpine. HEX triplet: A4, 82 and 3D. RGB value is (164,130,61). Sum of RGB (Red+Green+Blue) = 164+130+61=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4823D is #5B7DC2. Grayscale: #848484. Windows color (decimal): -5995971 or 4031140. OLE color: 4031140.

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

Color convert

RGB16413061-
CMYK00.210.630.36
HSL40.19º45.78%44.12%-
HSV(B)40.19º62.8%64.31%-
XYZ24.1324.197.81-
YUV132.387.76150.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=46.20%
G=36.62%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641306100.210.630.3640.1945.7844.12
HexA4823D0153F24282e2c
Octal244202750257744505654
Binary1010010010000010111101010101111111100100101000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4823D; }

 p { color: rgb(164,130,61); }

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

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

 a { background-color: rgb(164,130,61); }

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

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

 span { border-color: rgb(164,130,61); }

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