#A4813E

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

Shades of Alpine #A4813E

Tints of Alpine #A4813E

Color information

#A4813E (or 0xA4813E) is unknown color: approx Alpine. HEX triplet: A4, 81 and 3E. RGB value is (164,129,62). Sum of RGB (Red+Green+Blue) = 164+129+62=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4813E is #5B7EC1. Grayscale: #848484. Windows color (decimal): -5996226 or 4096420. OLE color: 4096420.

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

Color convert

RGB16412962-
CMYK00.210.620.36
HSL39.41º45.13%44.31%-
HSV(B)39.41º62.2%64.31%-
XYZ24.0323.947.91-
YUV131.8388.6150.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 62 (24.61% from 255) = 17.46%
R=46.20%
G=36.34%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641296200.210.620.3639.4145.1344.31
HexA4813E0153E24272d2c
Octal244201760257644475554
Binary1010010010000001111110010101111110100100100111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4813E; }

 p { color: rgb(164,129,62); }

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

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

 a { background-color: rgb(164,129,62); }

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

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

 span { border-color: rgb(164,129,62); }

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