Html Css Color HEX #A8743D Bourbon

📋 copy color: '#A8743D'

red 168 ◦ green 116 ◦ blue 61

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

Shades of Bourbon #A8743D

Tints of Bourbon #A8743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 48.7%
G = 33.62%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8743D (or 0xA8743D) is known color: Bourbon. HEX triplet: A8, 74 and 3D. RGB value is (168,116,61). Sum of RGB (Red+Green+Blue) = 168+116+61=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8743D is #578BC2. Grayscale: #7D7D7D. Windows color (decimal): -5737411 or 4027560. OLE color: 4027560.

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

Color convert

RGB 168 116 61 -
CMYK 0 0.31 0.64 0.34
HSL 30.84º 0.47% 0.45% -
HSV(B) 30.84º 0.64% 0.66% -
XYZ 23.24 21.15 7.27 -
YUV 125.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 168 116 61 0 0.31 0.64 0.34 30.84 0.47 0.45
Hex A8 74 3D 0 1F 40 22 1F 2F 2D
Octal 250 164 75 0 37 100 42 37 57 55
Binary 10101000 1110100 111101 0 11111 1000000 100010 11111 101111 101101

Color Harmonies of #A8743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8743D

Black with #A8743D

Text Example


Text Example

White with #A8743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8743D; }

 p { color: rgb(168,116,61); }

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

background-color css

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

 a { background-color: rgb(168,116,61); }

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

border-color css

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

 span { border-color: rgb(168,116,61); }

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