#A6833F

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

Shades of Alpine #A6833F

Tints of Alpine #A6833F

Color information

#A6833F (or 0xA6833F) is unknown color: approx Alpine. HEX triplet: A6, 83 and 3F. RGB value is (166,131,63). Sum of RGB (Red+Green+Blue) = 166+131+63=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6833F is #597CC0. Grayscale: #868686. Windows color (decimal): -5864641 or 4162470. OLE color: 4162470.

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

Color convert

RGB16613163-
CMYK00.210.620.35
HSL39.61º44.98%44.9%-
HSV(B)39.61º62.05%65.1%-
XYZ24.7424.78.17-
YUV133.7188.1151.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 63 (25% from 255) = 17.5%
R=46.11%
G=36.39%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661316300.210.620.3539.6144.9844.9
HexA6833F0153E23282d2d
Octal246203770257643505555
Binary1010011010000011111111010101111110100011101000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6833F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6833F; }

 p { color: rgb(166,131,63); }

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

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

 a { background-color: rgb(166,131,63); }

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

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

 span { border-color: rgb(166,131,63); }

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