Html Css Color HEX #A87048 Bourbon

📋 copy color: '#A87048'

red 168 ◦ green 112 ◦ blue 72

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

Shades of Bourbon #A87048

Tints of Bourbon #A87048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 47.73%
G = 31.82%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A87048 (or 0xA87048) is known color: Bourbon. HEX triplet: A8, 70 and 48. RGB value is (168,112,72). Sum of RGB (Red+Green+Blue) = 168+112+72=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A87048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87048 is #578FB7. Grayscale: #7C7C7C. Windows color (decimal): -5738424 or 4747432. OLE color: 4747432.

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

Color convert

RGB 168 112 72 -
CMYK 0 0.33 0.57 0.34
HSL 25º 0.4% 0.47% -
HSV(B) 25º 0.57% 0.66% -
XYZ 23.11 20.38 8.85 -
YUV 124.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 168 112 72 0 0.33 0.57 0.34 25 0.4 0.47
Hex A8 70 48 0 21 39 22 19 28 2F
Octal 250 160 110 0 41 71 42 31 50 57
Binary 10101000 1110000 1001000 0 100001 111001 100010 11001 101000 101111

Color Harmonies of #A87048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87048

Black with #A87048

Text Example


Text Example

White with #A87048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87048; }

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

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

background-color css

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

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

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

border-color css

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

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

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