Html Css Color HEX #A87340 Bourbon

📋 copy color: '#A87340'

red 168 ◦ green 115 ◦ blue 64

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

Shades of Bourbon #A87340

Tints of Bourbon #A87340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 48.41%
G = 33.14%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A87340 (or 0xA87340) is known color: Bourbon. HEX triplet: A8, 73 and 40. RGB value is (168,115,64). Sum of RGB (Red+Green+Blue) = 168+115+64=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A87340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87340 is #578CBF. Grayscale: #7D7D7D. Windows color (decimal): -5737664 or 4223912. OLE color: 4223912.

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

Color convert

RGB 168 115 64 -
CMYK 0 0.32 0.62 0.34
HSL 29.42º 0.45% 0.45% -
HSV(B) 29.42º 0.62% 0.66% -
XYZ 23.2 20.96 7.67 -
YUV 125.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 168 115 64 0 0.32 0.62 0.34 29.42 0.45 0.45
Hex A8 73 40 0 20 3E 22 1D 2D 2D
Octal 250 163 100 0 40 76 42 35 55 55
Binary 10101000 1110011 1000000 0 100000 111110 100010 11101 101101 101101

Color Harmonies of #A87340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87340

Black with #A87340

Text Example


Text Example

White with #A87340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87340; }

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

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

background-color css

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

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

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

border-color css

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

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

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