Html Css Color HEX #A87043 Bourbon

📋 copy color: '#A87043'

red 168 ◦ green 112 ◦ blue 67

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

Shades of Bourbon #A87043

Tints of Bourbon #A87043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 48.41%
G = 32.28%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A87043 (or 0xA87043) is known color: Bourbon. HEX triplet: A8, 70 and 43. RGB value is (168,112,67). Sum of RGB (Red+Green+Blue) = 168+112+67=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A87043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87043 is #578FBC. Grayscale: #7B7B7B. Windows color (decimal): -5738429 or 4419752. OLE color: 4419752.

HSL color Cylindrical-coordinate representation of color #A87043: hue angle of 26.73º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A87043 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 67 -
CMYK 0 0.33 0.60 0.34
HSL 26.73º 0.43% 0.46% -
HSV(B) 26.73º 0.6% 0.66% -
XYZ 22.96 20.32 8.02 -
YUV 123.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 168 112 67 0 0.33 0.60 0.34 26.73 0.43 0.46
Hex A8 70 43 0 21 3C 22 1B 2B 2E
Octal 250 160 103 0 41 74 42 33 53 56
Binary 10101000 1110000 1000011 0 100001 111100 100010 11011 101011 101110

Color Harmonies of #A87043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87043

Black with #A87043

Text Example


Text Example

White with #A87043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87043; }

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

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

background-color css

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

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

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

border-color css

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

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

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