#A68342

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

Shades of Alpine #A68342

Tints of Alpine #A68342

Color information

#A68342 (or 0xA68342) is unknown color: approx Alpine. HEX triplet: A6, 83 and 42. RGB value is (166,131,66). Sum of RGB (Red+Green+Blue) = 166+131+66=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A68342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68342 is #597CBD. Grayscale: #868686. Windows color (decimal): -5864638 or 4359078. OLE color: 4359078.

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

Color convert

RGB16613166-
CMYK00.210.600.35
HSL39º43.1%45.49%-
HSV(B)39º60.24%65.1%-
XYZ24.8324.738.62-
YUV134.0589.6150.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=45.73%
G=36.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661316600.210.600.353943.145.49
HexA683420153C23272b2d
Octal2462031020257443475355
Binary10100110100000111000010010101111100100011100111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68342; }

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

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

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

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

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

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

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

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