Html Css Color HEX #A87144 Bourbon

📋 copy color: '#A87144'

red 168 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #A87144

Tints of Bourbon #A87144

RGB

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

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

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

R = 48.14%
G = 32.38%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A87144 (or 0xA87144) is known color: Bourbon. HEX triplet: A8, 71 and 44. RGB value is (168,113,68). Sum of RGB (Red+Green+Blue) = 168+113+68=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A87144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87144 is #578EBB. Grayscale: #7C7C7C. Windows color (decimal): -5738172 or 4485544. OLE color: 4485544.

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

Color convert

RGB 168 113 68 -
CMYK 0 0.33 0.60 0.34
HSL 27º 0.42% 0.46% -
HSV(B) 27º 0.6% 0.66% -
XYZ 23.1 20.55 8.22 -
YUV 124.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 168 113 68 0 0.33 0.60 0.34 27 0.42 0.46
Hex A8 71 44 0 21 3C 22 1B 2A 2E
Octal 250 161 104 0 41 74 42 33 52 56
Binary 10101000 1110001 1000100 0 100001 111100 100010 11011 101010 101110

Color Harmonies of #A87144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87144

Black with #A87144

Text Example


Text Example

White with #A87144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87144; }

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

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

background-color css

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

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

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

border-color css

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

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

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