Html Css Color HEX #A86E43 Bourbon

📋 copy color: '#A86E43'

red 168 ◦ green 110 ◦ blue 67

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

Shades of Bourbon #A86E43

Tints of Bourbon #A86E43

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

 BLUE value IS 67 (26.56% from 255) = 19.42%

R = 48.7%
G = 31.88%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A86E43 (or 0xA86E43) is known color: Bourbon. HEX triplet: A8, 6E and 43. RGB value is (168,110,67). Sum of RGB (Red+Green+Blue) = 168+110+67=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86E43 is #5791BC. Grayscale: #7A7A7A. Windows color (decimal): -5738941 or 4419240. OLE color: 4419240.

HSL color Cylindrical-coordinate representation of color #A86E43: hue angle of 25.54º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A86E43 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 110 67 -
CMYK 0 0.35 0.60 0.34
HSL 25.54º 0.43% 0.46% -
HSV(B) 25.54º 0.6% 0.66% -
XYZ 22.74 19.88 7.95 -
YUV 122.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 168 110 67 0 0.35 0.60 0.34 25.54 0.43 0.46
Hex A8 6E 43 0 23 3C 22 1A 2B 2E
Octal 250 156 103 0 43 74 42 32 53 56
Binary 10101000 1101110 1000011 0 100011 111100 100010 11010 101011 101110

Color Harmonies of #A86E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86E43

Black with #A86E43

Text Example


Text Example

White with #A86E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86E43; }

 p { color: rgb(168,110,67); }

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

background-color css

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

 a { background-color: rgb(168,110,67); }

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

border-color css

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

 span { border-color: rgb(168,110,67); }

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