#A6833C

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

Shades of Alpine #A6833C

Tints of Alpine #A6833C

Color information

#A6833C (or 0xA6833C) is unknown color: approx Alpine. HEX triplet: A6, 83 and 3C. RGB value is (166,131,60). Sum of RGB (Red+Green+Blue) = 166+131+60=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6833C is #597CC3. Grayscale: #858585. Windows color (decimal): -5864644 or 3965862. OLE color: 3965862.

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

Color convert

RGB16613160-
CMYK00.210.640.35
HSL40.19º46.9%44.31%-
HSV(B)40.19º63.86%65.1%-
XYZ24.6624.677.74-
YUV133.3786.6151.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 60 (23.83% from 255) = 16.81%
R=46.50%
G=36.69%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661316000.210.640.3540.1946.944.31
HexA6833C0154023282f2c
Octal2462037402510043505754
Binary10100110100000111111000101011000000100011101000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6833C; }

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

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

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

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

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

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

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

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