#A6823E

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

Shades of Alpine #A6823E

Tints of Alpine #A6823E

Color information

#A6823E (or 0xA6823E) is unknown color: approx Alpine. HEX triplet: A6, 82 and 3E. RGB value is (166,130,62). Sum of RGB (Red+Green+Blue) = 166+130+62=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6823E is #597DC1. Grayscale: #858585. Windows color (decimal): -5864898 or 4096678. OLE color: 4096678.

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

Color convert

RGB16613062-
CMYK00.220.630.35
HSL39.23º45.61%44.71%-
HSV(B)39.23º62.65%65.1%-
XYZ24.5824.427.98-
YUV133.0187.93151.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 62 (24.61% from 255) = 17.32%
R=46.37%
G=36.31%
B=17.32%

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
Decimal1661306200.220.630.3539.2345.6144.71
HexA6823E0163F23272e2d
Octal246202760267743475655
Binary1010011010000010111110010110111111100011100111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6823E; }

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

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

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

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

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

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

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

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