Html Css Color HEX #A87240 Bourbon

📋 copy color: '#A87240'

red 168 ◦ green 114 ◦ blue 64

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

Shades of Bourbon #A87240

Tints of Bourbon #A87240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 48.55%
G = 32.95%
B = 18.5%

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

#A87240 (or 0xA87240) is known color: Bourbon. HEX triplet: A8, 72 and 40. RGB value is (168,114,64). Sum of RGB (Red+Green+Blue) = 168+114+64=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A87240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87240 is #578DBF. Grayscale: #7C7C7C. Windows color (decimal): -5737920 or 4223656. OLE color: 4223656.

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

Color convert

RGB 168 114 64 -
CMYK 0 0.32 0.62 0.34
HSL 28.85º 0.45% 0.45% -
HSV(B) 28.85º 0.62% 0.66% -
XYZ 23.09 20.73 7.63 -
YUV 124.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 168 114 64 0 0.32 0.62 0.34 28.85 0.45 0.45
Hex A8 72 40 0 20 3E 22 1D 2D 2D
Octal 250 162 100 0 40 76 42 35 55 55
Binary 10101000 1110010 1000000 0 100000 111110 100010 11101 101101 101101

Color Harmonies of #A87240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87240

Black with #A87240

Text Example


Text Example

White with #A87240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87240; }

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

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

background-color css

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

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

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

border-color css

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

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

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