#A68341

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

Shades of Alpine #A68341

Tints of Alpine #A68341

Color information

#A68341 (or 0xA68341) is unknown color: approx Alpine. HEX triplet: A6, 83 and 41. RGB value is (166,131,65). Sum of RGB (Red+Green+Blue) = 166+131+65=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A68341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68341 is #597CBE. Grayscale: #868686. Windows color (decimal): -5864639 or 4293542. OLE color: 4293542.

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

Color convert

RGB16613165-
CMYK00.210.610.35
HSL39.21º43.72%45.29%-
HSV(B)39.21º60.84%65.1%-
XYZ24.824.728.47-
YUV133.9489.1150.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=45.86%
G=36.19%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661316500.210.610.3539.2143.7245.29
HexA683410153D23272c2d
Octal2462031010257543475455
Binary10100110100000111000001010101111101100011100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68341; }

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

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

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

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

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

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

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

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