Html Css Color HEX #A86E3C Bourbon

📋 copy color: '#A86E3C'

red 168 ◦ green 110 ◦ blue 60

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

Shades of Bourbon #A86E3C

Tints of Bourbon #A86E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 49.7%
G = 32.54%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A86E3C (or 0xA86E3C) is known color: Bourbon. HEX triplet: A8, 6E and 3C. RGB value is (168,110,60). Sum of RGB (Red+Green+Blue) = 168+110+60=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86E3C is #5791C3. Grayscale: #797979. Windows color (decimal): -5738948 or 3960488. OLE color: 3960488.

HSL color Cylindrical-coordinate representation of color #A86E3C: hue angle of 27.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A86E3C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 110 60 -
CMYK 0 0.35 0.64 0.34
HSL 27.78º 0.47% 0.45% -
HSV(B) 27.78º 0.64% 0.66% -
XYZ 22.54 19.8 6.91 -
YUV 121.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 168 110 60 0 0.35 0.64 0.34 27.78 0.47 0.45
Hex A8 6E 3C 0 23 40 22 1C 2F 2D
Octal 250 156 74 0 43 100 42 34 57 55
Binary 10101000 1101110 111100 0 100011 1000000 100010 11100 101111 101101

Color Harmonies of #A86E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86E3C

Black with #A86E3C

Text Example


Text Example

White with #A86E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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