Html Css Color HEX #A8703F Bourbon

📋 copy color: '#A8703F'

red 168 ◦ green 112 ◦ blue 63

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

Shades of Bourbon #A8703F

Tints of Bourbon #A8703F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.37%

R = 48.98%
G = 32.65%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8703F (or 0xA8703F) is known color: Bourbon. HEX triplet: A8, 70 and 3F. RGB value is (168,112,63). Sum of RGB (Red+Green+Blue) = 168+112+63=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8703F is #578FC0. Grayscale: #7B7B7B. Windows color (decimal): -5738433 or 4157608. OLE color: 4157608.

HSL color Cylindrical-coordinate representation of color #A8703F: hue angle of 28º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8703F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 63 -
CMYK 0 0.33 0.63 0.34
HSL 28º 0.45% 0.45% -
HSV(B) 28º 0.63% 0.66% -
XYZ 22.84 20.27 7.41 -
YUV 123.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 168 112 63 0 0.33 0.63 0.34 28 0.45 0.45
Hex A8 70 3F 0 21 3F 22 1C 2D 2D
Octal 250 160 77 0 41 77 42 34 55 55
Binary 10101000 1110000 111111 0 100001 111111 100010 11100 101101 101101

Color Harmonies of #A8703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8703F

Black with #A8703F

Text Example


Text Example

White with #A8703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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