#A5803B

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

Shades of Alpine #A5803B

Tints of Alpine #A5803B

Color information

#A5803B (or 0xA5803B) is unknown color: approx Alpine. HEX triplet: A5, 80 and 3B. RGB value is (165,128,59). Sum of RGB (Red+Green+Blue) = 165+128+59=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5803B is #5A7FC4. Grayscale: #838383. Windows color (decimal): -5930949 or 3899557. OLE color: 3899557.

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

Color convert

RGB16512859-
CMYK00.220.640.35
HSL39.06º47.32%43.92%-
HSV(B)39.06º64.24%64.71%-
XYZ24.0323.757.46-
YUV131.287.26152.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 59 (23.44% from 255) = 16.76%
R=46.88%
G=36.36%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651285900.220.640.3539.0647.3243.92
HexA5803B0164023272f2c
Octal2452007302610043475754
Binary10100101100000001110110101101000000100011100111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5803B; }

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

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

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

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

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

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

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

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