#A1833E

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

Shades of Alpine #A1833E

Tints of Alpine #A1833E

Color information

#A1833E (or 0xA1833E) is unknown color: approx Alpine. HEX triplet: A1, 83 and 3E. RGB value is (161,131,62). Sum of RGB (Red+Green+Blue) = 161+131+62=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1833E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1833E is #5E7CC1. Grayscale: #848484. Windows color (decimal): -6192322 or 4096929. OLE color: 4096929.

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

Color convert

RGB16113162-
CMYK00.190.610.37
HSL41.82º44.39%43.73%-
HSV(B)41.82º61.49%63.14%-
XYZ23.6824.167.97-
YUV132.188.44148.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 62 (24.61% from 255) = 17.51%
R=45.48%
G=37.01%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611316200.190.610.3741.8244.3943.73
HexA1833E0133D252a2c2c
Octal241203760237545525454
Binary1010000110000011111110010011111101100101101010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1833E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1833E; }

 p { color: rgb(161,131,62); }

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

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

 a { background-color: rgb(161,131,62); }

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

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

 span { border-color: rgb(161,131,62); }

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