Html Css Color HEX #A87246 Bourbon

📋 copy color: '#A87246'

red 168 ◦ green 114 ◦ blue 70

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

Shades of Bourbon #A87246

Tints of Bourbon #A87246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.89%

R = 47.73%
G = 32.39%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A87246 (or 0xA87246) is known color: Bourbon. HEX triplet: A8, 72 and 46. RGB value is (168,114,70). Sum of RGB (Red+Green+Blue) = 168+114+70=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A87246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87246 is #578DB9. Grayscale: #7D7D7D. Windows color (decimal): -5737914 or 4616872. OLE color: 4616872.

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

Color convert

RGB 168 114 70 -
CMYK 0 0.32 0.58 0.34
HSL 26.94º 0.41% 0.47% -
HSV(B) 26.94º 0.58% 0.66% -
XYZ 23.27 20.8 8.58 -
YUV 125.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 168 114 70 0 0.32 0.58 0.34 26.94 0.41 0.47
Hex A8 72 46 0 20 3A 22 1B 29 2F
Octal 250 162 106 0 40 72 42 33 51 57
Binary 10101000 1110010 1000110 0 100000 111010 100010 11011 101001 101111

Color Harmonies of #A87246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87246

Black with #A87246

Text Example


Text Example

White with #A87246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87246; }

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

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

background-color css

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

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

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

border-color css

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

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

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