#A3813F

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

Shades of Alpine #A3813F

Tints of Alpine #A3813F

Color information

#A3813F (or 0xA3813F) is unknown color: approx Alpine. HEX triplet: A3, 81 and 3F. RGB value is (163,129,63). Sum of RGB (Red+Green+Blue) = 163+129+63=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3813F is #5C7EC0. Grayscale: #838383. Windows color (decimal): -6061761 or 4161955. OLE color: 4161955.

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

Color convert

RGB16312963-
CMYK00.210.610.36
HSL39.6º44.25%44.31%-
HSV(B)39.6º61.35%63.92%-
XYZ23.8523.858.05-
YUV131.6489.26150.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 63 (25% from 255) = 17.75%
R=45.92%
G=36.34%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631296300.210.610.3639.644.2544.31
HexA3813F0153D24282c2c
Octal243201770257544505454
Binary1010001110000001111111010101111101100100101000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3813F; }

 p { color: rgb(163,129,63); }

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

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

 a { background-color: rgb(163,129,63); }

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

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

 span { border-color: rgb(163,129,63); }

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