Html Css Color HEX #A87344 Bourbon

📋 copy color: '#A87344'

red 168 ◦ green 115 ◦ blue 68

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

Shades of Bourbon #A87344

Tints of Bourbon #A87344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 47.86%
G = 32.76%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A87344 (or 0xA87344) is known color: Bourbon. HEX triplet: A8, 73 and 44. RGB value is (168,115,68). Sum of RGB (Red+Green+Blue) = 168+115+68=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A87344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87344 is #578CBB. Grayscale: #7D7D7D. Windows color (decimal): -5737660 or 4486056. OLE color: 4486056.

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

Color convert

RGB 168 115 68 -
CMYK 0 0.32 0.60 0.34
HSL 28.2º 0.42% 0.46% -
HSV(B) 28.2º 0.6% 0.66% -
XYZ 23.32 21 8.29 -
YUV 125.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 168 115 68 0 0.32 0.60 0.34 28.2 0.42 0.46
Hex A8 73 44 0 20 3C 22 1C 2A 2E
Octal 250 163 104 0 40 74 42 34 52 56
Binary 10101000 1110011 1000100 0 100000 111100 100010 11100 101010 101110

Color Harmonies of #A87344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87344

Black with #A87344

Text Example


Text Example

White with #A87344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87344; }

 p { color: rgb(168,115,68); }

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

background-color css

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

 a { background-color: rgb(168,115,68); }

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

border-color css

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

 span { border-color: rgb(168,115,68); }

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