Html Css Color HEX #A86C42 Bourbon

📋 copy color: '#A86C42'

red 168 ◦ green 108 ◦ blue 66

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

Shades of Bourbon #A86C42

Tints of Bourbon #A86C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 49.12%
G = 31.58%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A86C42 (or 0xA86C42) is known color: Bourbon. HEX triplet: A8, 6C and 42. RGB value is (168,108,66). Sum of RGB (Red+Green+Blue) = 168+108+66=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86C42 is #5793BD. Grayscale: #797979. Windows color (decimal): -5739454 or 4353192. OLE color: 4353192.

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

Color convert

RGB 168 108 66 -
CMYK 0 0.36 0.61 0.34
HSL 24.71º 0.44% 0.46% -
HSV(B) 24.71º 0.61% 0.66% -
XYZ 22.49 19.44 7.72 -
YUV 121.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 168 108 66 0 0.36 0.61 0.34 24.71 0.44 0.46
Hex A8 6C 42 0 24 3D 22 19 2C 2E
Octal 250 154 102 0 44 75 42 31 54 56
Binary 10101000 1101100 1000010 0 100100 111101 100010 11001 101100 101110

Color Harmonies of #A86C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86C42

Black with #A86C42

Text Example


Text Example

White with #A86C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86C42; }

 p { color: rgb(168,108,66); }

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

background-color css

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

 a { background-color: rgb(168,108,66); }

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

border-color css

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

 span { border-color: rgb(168,108,66); }

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