Html Css Color HEX #A8703E Bourbon

📋 copy color: '#A8703E'

red 168 ◦ green 112 ◦ blue 62

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

Shades of Bourbon #A8703E

Tints of Bourbon #A8703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 49.12%
G = 32.75%
B = 18.13%

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

#A8703E (or 0xA8703E) is known color: Bourbon. HEX triplet: A8, 70 and 3E. RGB value is (168,112,62). Sum of RGB (Red+Green+Blue) = 168+112+62=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8703E is #578FC1. Grayscale: #7B7B7B. Windows color (decimal): -5738434 or 4092072. OLE color: 4092072.

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

Color convert

RGB 168 112 62 -
CMYK 0 0.33 0.63 0.34
HSL 28.3º 0.46% 0.45% -
HSV(B) 28.3º 0.63% 0.66% -
XYZ 22.81 20.26 7.27 -
YUV 123.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 168 112 62 0 0.33 0.63 0.34 28.3 0.46 0.45
Hex A8 70 3E 0 21 3F 22 1C 2E 2D
Octal 250 160 76 0 41 77 42 34 56 55
Binary 10101000 1110000 111110 0 100001 111111 100010 11100 101110 101101

Color Harmonies of #A8703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8703E

Black with #A8703E

Text Example


Text Example

White with #A8703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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