#A5803A

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

Shades of Alpine #A5803A

Tints of Alpine #A5803A

Color information

#A5803A (or 0xA5803A) is unknown color: approx Alpine. HEX triplet: A5, 80 and 3A. RGB value is (165,128,58). Sum of RGB (Red+Green+Blue) = 165+128+58=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A5803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5803A is #5A7FC5. Grayscale: #838383. Windows color (decimal): -5930950 or 3834021. OLE color: 3834021.

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

Color convert

RGB16512858-
CMYK00.220.650.35
HSL39.25º47.98%43.73%-
HSV(B)39.25º64.85%64.71%-
XYZ2423.747.32-
YUV131.0886.76152.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 58 (23.05% from 255) = 16.52%
R=47.01%
G=36.47%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651285800.220.650.3539.2547.9843.73
HexA5803A016412327302c
Octal2452007202610143476054
Binary10100101100000001110100101101000001100011100111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5803A; }

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

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

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

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

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

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

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

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