#A5853E

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

Shades of Alpine #A5853E

Tints of Alpine #A5853E

Color information

#A5853E (or 0xA5853E) is unknown color: approx Alpine. HEX triplet: A5, 85 and 3E. RGB value is (165,133,62). Sum of RGB (Red+Green+Blue) = 165+133+62=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5853E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5853E is #5A7AC1. Grayscale: #868686. Windows color (decimal): -5929666 or 4097445. OLE color: 4097445.

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

Color convert

RGB16513362-
CMYK00.190.620.35
HSL41.36º45.37%44.51%-
HSV(B)41.36º62.42%64.71%-
XYZ24.7725.128.1-
YUV134.4787.1149.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 62 (24.61% from 255) = 17.22%
R=45.83%
G=36.94%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651336200.190.620.3541.3645.3744.51
HexA5853E0133E23292d2d
Octal245205760237643515555
Binary1010010110000101111110010011111110100011101001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5853E; }

 p { color: rgb(165,133,62); }

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

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

 a { background-color: rgb(165,133,62); }

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

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

 span { border-color: rgb(165,133,62); }

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