Html Css Color HEX #A87140 Bourbon

📋 copy color: '#A87140'

red 168 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #A87140

Tints of Bourbon #A87140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

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

R = 48.7%
G = 32.75%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A87140 (or 0xA87140) is known color: Bourbon. HEX triplet: A8, 71 and 40. RGB value is (168,113,64). Sum of RGB (Red+Green+Blue) = 168+113+64=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A87140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87140 is #578EBF. Grayscale: #7C7C7C. Windows color (decimal): -5738176 or 4223400. OLE color: 4223400.

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

Color convert

RGB 168 113 64 -
CMYK 0 0.33 0.62 0.34
HSL 28.27º 0.45% 0.45% -
HSV(B) 28.27º 0.62% 0.66% -
XYZ 22.98 20.51 7.6 -
YUV 123.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 168 113 64 0 0.33 0.62 0.34 28.27 0.45 0.45
Hex A8 71 40 0 21 3E 22 1C 2D 2D
Octal 250 161 100 0 41 76 42 34 55 55
Binary 10101000 1110001 1000000 0 100001 111110 100010 11100 101101 101101

Color Harmonies of #A87140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87140

Black with #A87140

Text Example


Text Example

White with #A87140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87140; }

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

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

background-color css

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

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

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

border-color css

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

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

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