#A6823D

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

Shades of Alpine #A6823D

Tints of Alpine #A6823D

Color information

#A6823D (or 0xA6823D) is unknown color: approx Alpine. HEX triplet: A6, 82 and 3D. RGB value is (166,130,61). Sum of RGB (Red+Green+Blue) = 166+130+61=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6823D is #597DC2. Grayscale: #858585. Windows color (decimal): -5864899 or 4031142. OLE color: 4031142.

HSL color Cylindrical-coordinate representation of color #A6823D: hue angle of 39.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6823D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16613061-
CMYK00.220.630.35
HSL39.43º46.26%44.51%-
HSV(B)39.43º63.25%65.1%-
XYZ24.5524.417.83-
YUV132.987.43151.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=46.50%
G=36.41%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661306100.220.630.3539.4346.2644.51
HexA6823D0163F23272e2d
Octal246202750267743475655
Binary1010011010000010111101010110111111100011100111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6823D; }

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

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

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

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

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

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

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

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