Html Css Color HEX #A86A42 Bourbon

📋 copy color: '#A86A42'

red 168 ◦ green 106 ◦ blue 66

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

Shades of Bourbon #A86A42

Tints of Bourbon #A86A42

RGB

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

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

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

R = 49.41%
G = 31.18%
B = 19.41%

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

#A86A42 (or 0xA86A42) is known color: Bourbon. HEX triplet: A8, 6A and 42. RGB value is (168,106,66). Sum of RGB (Red+Green+Blue) = 168+106+66=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A42 is #5795BD. Grayscale: #787878. Windows color (decimal): -5739966 or 4352680. OLE color: 4352680.

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

Color convert

RGB 168 106 66 -
CMYK 0 0.37 0.61 0.34
HSL 23.53º 0.44% 0.46% -
HSV(B) 23.53º 0.61% 0.66% -
XYZ 22.29 19.03 7.65 -
YUV 119.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 168 106 66 0 0.37 0.61 0.34 23.53 0.44 0.46
Hex A8 6A 42 0 25 3D 22 18 2C 2E
Octal 250 152 102 0 45 75 42 30 54 56
Binary 10101000 1101010 1000010 0 100101 111101 100010 11000 101100 101110

Color Harmonies of #A86A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86A42

Black with #A86A42

Text Example


Text Example

White with #A86A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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