#A4823E

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

Shades of Alpine #A4823E

Tints of Alpine #A4823E

Color information

#A4823E (or 0xA4823E) is unknown color: approx Alpine. HEX triplet: A4, 82 and 3E. RGB value is (164,130,62). Sum of RGB (Red+Green+Blue) = 164+130+62=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4823E is #5B7DC1. Grayscale: #848484. Windows color (decimal): -5995970 or 4096676. OLE color: 4096676.

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

Color convert

RGB16413062-
CMYK00.210.620.36
HSL40º45.13%44.31%-
HSV(B)40º62.2%64.31%-
XYZ24.1624.217.96-
YUV132.4188.26150.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 62 (24.61% from 255) = 17.42%
R=46.07%
G=36.52%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641306200.210.620.364045.1344.31
HexA4823E0153E24282d2c
Octal244202760257644505554
Binary1010010010000010111110010101111110100100101000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4823E; }

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

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

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

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

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

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

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

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