#A4803B

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

Shades of Alpine #A4803B

Tints of Alpine #A4803B

Color information

#A4803B (or 0xA4803B) is unknown color: approx Alpine. HEX triplet: A4, 80 and 3B. RGB value is (164,128,59). Sum of RGB (Red+Green+Blue) = 164+128+59=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A4803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4803B is #5B7FC4. Grayscale: #838383. Windows color (decimal): -5996485 or 3899556. OLE color: 3899556.

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

Color convert

RGB16412859-
CMYK00.220.640.36
HSL39.43º47.09%43.73%-
HSV(B)39.43º64.02%64.31%-
XYZ23.8223.657.45-
YUV130.987.43151.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 59 (23.44% from 255) = 16.81%
R=46.72%
G=36.47%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641285900.220.640.3639.4347.0943.73
HexA4803B0164024272f2c
Octal2442007302610044475754
Binary10100100100000001110110101101000000100100100111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4803B; }

 p { color: rgb(164,128,59); }

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

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

 a { background-color: rgb(164,128,59); }

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

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

 span { border-color: rgb(164,128,59); }

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