Html Css Color HEX #A8863B Alpine

📋 copy color: '#A8863B'

red 168 ◦ green 134 ◦ blue 59

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

Shades of Alpine #A8863B

Tints of Alpine #A8863B

RGB

 RED value IS 168 (66.02% from 255) = 46.54%

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

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

R = 46.54%
G = 37.12%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8863B (or 0xA8863B) is known color: Alpine. HEX triplet: A8, 86 and 3B. RGB value is (168,134,59). Sum of RGB (Red+Green+Blue) = 168+134+59=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8863B is #5779C4. Grayscale: #878787. Windows color (decimal): -5732805 or 3901096. OLE color: 3901096.

HSL color Cylindrical-coordinate representation of color #A8863B: hue angle of 41.28º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8863B is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 59 -
CMYK 0 0.20 0.65 0.34
HSL 41.28º 0.48% 0.45% -
HSV(B) 41.28º 0.65% 0.66% -
XYZ 25.46 25.69 7.75 -
YUV 135.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 168 134 59 0 0.20 0.65 0.34 41.28 0.48 0.45
Hex A8 86 3B 0 14 41 22 29 30 2D
Octal 250 206 73 0 24 101 42 51 60 55
Binary 10101000 10000110 111011 0 10100 1000001 100010 101001 110000 101101

Color Harmonies of #A8863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8863B

Black with #A8863B

Text Example


Text Example

White with #A8863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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