#A6833A

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

Shades of Alpine #A6833A

Tints of Alpine #A6833A

Color information

#A6833A (or 0xA6833A) is unknown color: approx Alpine. HEX triplet: A6, 83 and 3A. RGB value is (166,131,58). Sum of RGB (Red+Green+Blue) = 166+131+58=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6833A is #597CC5. Grayscale: #858585. Windows color (decimal): -5864646 or 3834790. OLE color: 3834790.

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

Color convert

RGB16613158-
CMYK00.210.650.35
HSL40.56º48.21%43.92%-
HSV(B)40.56º65.06%65.1%-
XYZ24.6124.657.46-
YUV133.1485.6151.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=46.76%
G=36.90%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661315800.210.650.3540.5648.2143.92
HexA6833A015412329302c
Octal2462037202510143516054
Binary10100110100000111110100101011000001100011101001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6833A; }

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

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

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

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

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

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

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

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