#A5813C

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

Shades of Alpine #A5813C

Tints of Alpine #A5813C

Color information

#A5813C (or 0xA5813C) is unknown color: approx Alpine. HEX triplet: A5, 81 and 3C. RGB value is (165,129,60). Sum of RGB (Red+Green+Blue) = 165+129+60=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5813C is #5A7EC3. Grayscale: #848484. Windows color (decimal): -5930692 or 3965349. OLE color: 3965349.

HSL color Cylindrical-coordinate representation of color #A5813C: hue angle of 39.43º 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 #A5813C is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB16512960-
CMYK00.220.640.35
HSL39.43º46.67%44.12%-
HSV(B)39.43º63.64%64.71%-
XYZ24.1824.037.64-
YUV131.987.43151.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 60 (23.83% from 255) = 16.95%
R=46.61%
G=36.44%
B=16.95%

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
Decimal1651296000.220.640.3539.4346.6744.12
HexA5813C0164023272f2c
Octal2452017402610043475754
Binary10100101100000011111000101101000000100011100111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5813C; }

 p { color: rgb(165,129,60); }

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

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

 a { background-color: rgb(165,129,60); }

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

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

 span { border-color: rgb(165,129,60); }

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