Html Css Color HEX #A87348 Bourbon

📋 copy color: '#A87348'

red 168 ◦ green 115 ◦ blue 72

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

Shades of Bourbon #A87348

Tints of Bourbon #A87348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 47.32%
G = 32.39%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A87348 (or 0xA87348) is known color: Bourbon. HEX triplet: A8, 73 and 48. RGB value is (168,115,72). Sum of RGB (Red+Green+Blue) = 168+115+72=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A87348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87348 is #578CB7. Grayscale: #7E7E7E. Windows color (decimal): -5737656 or 4748200. OLE color: 4748200.

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

Color convert

RGB 168 115 72 -
CMYK 0 0.32 0.57 0.34
HSL 26.88º 0.4% 0.47% -
HSV(B) 26.88º 0.57% 0.66% -
XYZ 23.45 21.05 8.96 -
YUV 125.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 168 115 72 0 0.32 0.57 0.34 26.88 0.4 0.47
Hex A8 73 48 0 20 39 22 1B 28 2F
Octal 250 163 110 0 40 71 42 33 50 57
Binary 10101000 1110011 1001000 0 100000 111001 100010 11011 101000 101111

Color Harmonies of #A87348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87348

Black with #A87348

Text Example


Text Example

White with #A87348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87348; }

 p { color: rgb(168,115,72); }

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

background-color css

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

 a { background-color: rgb(168,115,72); }

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

border-color css

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

 span { border-color: rgb(168,115,72); }

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