Html Css Color HEX #A87445 Bourbon

📋 copy color: '#A87445'

red 168 ◦ green 116 ◦ blue 69

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

Shades of Bourbon #A87445

Tints of Bourbon #A87445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 47.59%
G = 32.86%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A87445 (or 0xA87445) is known color: Bourbon. HEX triplet: A8, 74 and 45. RGB value is (168,116,69). Sum of RGB (Red+Green+Blue) = 168+116+69=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A87445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87445 is #578BBA. Grayscale: #7E7E7E. Windows color (decimal): -5737403 or 4551848. OLE color: 4551848.

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

Color convert

RGB 168 116 69 -
CMYK 0 0.31 0.59 0.34
HSL 28.48º 0.42% 0.46% -
HSV(B) 28.48º 0.59% 0.66% -
XYZ 23.47 21.25 8.49 -
YUV 126.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 168 116 69 0 0.31 0.59 0.34 28.48 0.42 0.46
Hex A8 74 45 0 1F 3B 22 1C 2A 2E
Octal 250 164 105 0 37 73 42 34 52 56
Binary 10101000 1110100 1000101 0 11111 111011 100010 11100 101010 101110

Color Harmonies of #A87445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87445

Black with #A87445

Text Example


Text Example

White with #A87445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87445; }

 p { color: rgb(168,116,69); }

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

background-color css

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

 a { background-color: rgb(168,116,69); }

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

border-color css

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

 span { border-color: rgb(168,116,69); }

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