Html Css Color HEX #A86D3B Bourbon

📋 copy color: '#A86D3B'

red 168 ◦ green 109 ◦ blue 59

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

Shades of Bourbon #A86D3B

Tints of Bourbon #A86D3B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 50%
G = 32.44%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A86D3B (or 0xA86D3B) is known color: Bourbon. HEX triplet: A8, 6D and 3B. RGB value is (168,109,59). Sum of RGB (Red+Green+Blue) = 168+109+59=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D3B is #5792C4. Grayscale: #797979. Windows color (decimal): -5739205 or 3894696. OLE color: 3894696.

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

Color convert

RGB 168 109 59 -
CMYK 0 0.35 0.65 0.34
HSL 27.52º 0.48% 0.45% -
HSV(B) 27.52º 0.65% 0.66% -
XYZ 22.41 19.58 6.74 -
YUV 120.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 168 109 59 0 0.35 0.65 0.34 27.52 0.48 0.45
Hex A8 6D 3B 0 23 41 22 1C 30 2D
Octal 250 155 73 0 43 101 42 34 60 55
Binary 10101000 1101101 111011 0 100011 1000001 100010 11100 110000 101101

Color Harmonies of #A86D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86D3B

Black with #A86D3B

Text Example


Text Example

White with #A86D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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