Html Css Color HEX #A6863D Alpine

📋 copy color: '#A6863D'

red 166 ◦ green 134 ◦ blue 61

#A6863D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #A6863D

Tints of Alpine #A6863D

RGB

 RED value IS 166 (65.23% from 255) = 45.98%

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 45.98%
G = 37.12%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6863D (or 0xA6863D) is known color: Alpine. HEX triplet: A6, 86 and 3D. RGB value is (166,134,61). Sum of RGB (Red+Green+Blue) = 166+134+61=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6863D is #5979C2. Grayscale: #878787. Windows color (decimal): -5863875 or 4032166. OLE color: 4032166.

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

Color convert

RGB 166 134 61 -
CMYK 0 0.19 0.63 0.35
HSL 41.71º 0.46% 0.45% -
HSV(B) 41.71º 0.63% 0.65% -
XYZ 25.09 25.49 8.01 -
YUV 135.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 166 134 61 0 0.19 0.63 0.35 41.71 0.46 0.45
Hex A6 86 3D 0 13 3F 23 2A 2E 2D
Octal 246 206 75 0 23 77 43 52 56 55
Binary 10100110 10000110 111101 0 10011 111111 100011 101010 101110 101101

Color Harmonies of #A6863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6863D

Black with #A6863D

Text Example


Text Example

White with #A6863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6863D; }

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

 H1.HeaderClassName
 {
   color: #A6863D;
 }
 .AnyTagClassName
 {
   color: #A6863D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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