Html Css Color HEX #A86F41 Bourbon

📋 copy color: '#A86F41'

red 168 ◦ green 111 ◦ blue 65

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

Shades of Bourbon #A86F41

Tints of Bourbon #A86F41

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 48.84%
G = 32.27%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A86F41 (or 0xA86F41) is known color: Bourbon. HEX triplet: A8, 6F and 41. RGB value is (168,111,65). Sum of RGB (Red+Green+Blue) = 168+111+65=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86F41 is #5790BE. Grayscale: #7B7B7B. Windows color (decimal): -5738687 or 4288424. OLE color: 4288424.

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

Color convert

RGB 168 111 65 -
CMYK 0 0.34 0.61 0.34
HSL 26.8º 0.44% 0.46% -
HSV(B) 26.8º 0.61% 0.66% -
XYZ 22.79 20.08 7.67 -
YUV 122.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 168 111 65 0 0.34 0.61 0.34 26.8 0.44 0.46
Hex A8 6F 41 0 22 3D 22 1B 2C 2E
Octal 250 157 101 0 42 75 42 33 54 56
Binary 10101000 1101111 1000001 0 100010 111101 100010 11011 101100 101110

Color Harmonies of #A86F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86F41

Black with #A86F41

Text Example


Text Example

White with #A86F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86F41; }

 p { color: rgb(168,111,65); }

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

background-color css

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

 a { background-color: rgb(168,111,65); }

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

border-color css

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

 span { border-color: rgb(168,111,65); }

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