Html Css Color HEX #A6863B Alpine

📋 copy color: '#A6863B'

red 166 ◦ green 134 ◦ blue 59

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

Shades of Alpine #A6863B

Tints of Alpine #A6863B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.43%

R = 46.24%
G = 37.33%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6863B (or 0xA6863B) is known color: Alpine. HEX triplet: A6, 86 and 3B. RGB value is (166,134,59). Sum of RGB (Red+Green+Blue) = 166+134+59=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6863B is #5979C4. Grayscale: #878787. Windows color (decimal): -5863877 or 3901094. OLE color: 3901094.

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

Color convert

RGB 166 134 59 -
CMYK 0 0.19 0.64 0.35
HSL 42.06º 0.48% 0.44% -
HSV(B) 42.06º 0.64% 0.65% -
XYZ 25.04 25.47 7.73 -
YUV 135.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 166 134 59 0 0.19 0.64 0.35 42.06 0.48 0.44
Hex A6 86 3B 0 13 40 23 2A 30 2C
Octal 246 206 73 0 23 100 43 52 60 54
Binary 10100110 10000110 111011 0 10011 1000000 100011 101010 110000 101100

Color Harmonies of #A6863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6863B

Black with #A6863B

Text Example


Text Example

White with #A6863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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