#A6823C

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

Shades of Alpine #A6823C

Tints of Alpine #A6823C

Color information

#A6823C (or 0xA6823C) is unknown color: approx Alpine. HEX triplet: A6, 82 and 3C. RGB value is (166,130,60). Sum of RGB (Red+Green+Blue) = 166+130+60=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6823C is #597DC3. Grayscale: #858585. Windows color (decimal): -5864900 or 3965606. OLE color: 3965606.

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

Color convert

RGB16613060-
CMYK00.220.640.35
HSL39.62º46.9%44.31%-
HSV(B)39.62º63.86%65.1%-
XYZ24.5224.47.69-
YUV132.7886.93151.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=46.63%
G=36.52%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661306000.220.640.3539.6246.944.31
HexA6823C0164023282f2c
Octal2462027402610043505754
Binary10100110100000101111000101101000000100011101000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6823C; }

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

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

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

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

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

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

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

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