Html Css Color HEX #A87249 Bourbon

📋 copy color: '#A87249'

red 168 ◦ green 114 ◦ blue 73

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

Shades of Bourbon #A87249

Tints of Bourbon #A87249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 47.32%
G = 32.11%
B = 20.56%

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

#A87249 (or 0xA87249) is known color: Bourbon. HEX triplet: A8, 72 and 49. RGB value is (168,114,73). Sum of RGB (Red+Green+Blue) = 168+114+73=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A87249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87249 is #578DB6. Grayscale: #7D7D7D. Windows color (decimal): -5737911 or 4813480. OLE color: 4813480.

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

Color convert

RGB 168 114 73 -
CMYK 0 0.32 0.57 0.34
HSL 25.89º 0.39% 0.47% -
HSV(B) 25.89º 0.57% 0.66% -
XYZ 23.37 20.84 9.09 -
YUV 125.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 168 114 73 0 0.32 0.57 0.34 25.89 0.39 0.47
Hex A8 72 49 0 20 39 22 1A 27 2F
Octal 250 162 111 0 40 71 42 32 47 57
Binary 10101000 1110010 1001001 0 100000 111001 100010 11010 100111 101111

Color Harmonies of #A87249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87249

Black with #A87249

Text Example


Text Example

White with #A87249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87249; }

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

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

background-color css

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

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

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

border-color css

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

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

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