Html Css Color HEX #A86A41 Bourbon

📋 copy color: '#A86A41'

red 168 ◦ green 106 ◦ blue 65

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

Shades of Bourbon #A86A41

Tints of Bourbon #A86A41

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

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

R = 49.56%
G = 31.27%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A86A41 (or 0xA86A41) is known color: Bourbon. HEX triplet: A8, 6A and 41. RGB value is (168,106,65). Sum of RGB (Red+Green+Blue) = 168+106+65=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A41 is #5795BE. Grayscale: #787878. Windows color (decimal): -5739967 or 4287144. OLE color: 4287144.

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

Color convert

RGB 168 106 65 -
CMYK 0 0.37 0.61 0.34
HSL 23.88º 0.44% 0.46% -
HSV(B) 23.88º 0.61% 0.66% -
XYZ 22.26 19.01 7.5 -
YUV 119.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 168 106 65 0 0.37 0.61 0.34 23.88 0.44 0.46
Hex A8 6A 41 0 25 3D 22 18 2C 2E
Octal 250 152 101 0 45 75 42 30 54 56
Binary 10101000 1101010 1000001 0 100101 111101 100010 11000 101100 101110

Color Harmonies of #A86A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86A41

Black with #A86A41

Text Example


Text Example

White with #A86A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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