Html Css Color HEX #A86C39 Bourbon

📋 copy color: '#A86C39'

red 168 ◦ green 108 ◦ blue 57

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

Shades of Bourbon #A86C39

Tints of Bourbon #A86C39

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

 BLUE value IS 57 (22.66% from 255) = 17.12%

R = 50.45%
G = 32.43%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A86C39 (or 0xA86C39) is known color: Bourbon. HEX triplet: A8, 6C and 39. RGB value is (168,108,57). Sum of RGB (Red+Green+Blue) = 168+108+57=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86C39 is #5793C6. Grayscale: #787878. Windows color (decimal): -5739463 or 3763368. OLE color: 3763368.

HSL color Cylindrical-coordinate representation of color #A86C39: hue angle of 27.57º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A86C39 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 108 57 -
CMYK 0 0.36 0.66 0.34
HSL 27.57º 0.49% 0.44% -
HSV(B) 27.57º 0.66% 0.66% -
XYZ 22.25 19.35 6.43 -
YUV 120.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 168 108 57 0 0.36 0.66 0.34 27.57 0.49 0.44
Hex A8 6C 39 0 24 42 22 1C 31 2C
Octal 250 154 71 0 44 102 42 34 61 54
Binary 10101000 1101100 111001 0 100100 1000010 100010 11100 110001 101100

Color Harmonies of #A86C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86C39

Black with #A86C39

Text Example


Text Example

White with #A86C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86C39; }

 p { color: rgb(168,108,57); }

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

background-color css

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

 a { background-color: rgb(168,108,57); }

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

border-color css

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

 span { border-color: rgb(168,108,57); }

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