Html Css Color HEX #A6863F Alpine

📋 copy color: '#A6863F'

red 166 ◦ green 134 ◦ blue 63

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

Shades of Alpine #A6863F

Tints of Alpine #A6863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.36%

R = 45.73%
G = 36.91%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6863F (or 0xA6863F) is known color: Alpine. HEX triplet: A6, 86 and 3F. RGB value is (166,134,63). Sum of RGB (Red+Green+Blue) = 166+134+63=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6863F is #5979C0. Grayscale: #878787. Windows color (decimal): -5863873 or 4163238. OLE color: 4163238.

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

Color convert

RGB 166 134 63 -
CMYK 0 0.19 0.62 0.35
HSL 41.36º 0.45% 0.45% -
HSV(B) 41.36º 0.62% 0.65% -
XYZ 25.15 25.52 8.3 -
YUV 135.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 166 134 63 0 0.19 0.62 0.35 41.36 0.45 0.45
Hex A6 86 3F 0 13 3E 23 29 2D 2D
Octal 246 206 77 0 23 76 43 51 55 55
Binary 10100110 10000110 111111 0 10011 111110 100011 101001 101101 101101

Color Harmonies of #A6863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6863F

Black with #A6863F

Text Example


Text Example

White with #A6863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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