Html Css Color HEX #A76840 Bourbon

📋 copy color: '#A76840'

red 167 ◦ green 104 ◦ blue 64

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

Shades of Bourbon #A76840

Tints of Bourbon #A76840

RGB

 RED value IS 167 (65.63% from 255) = 49.85%

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 49.85%
G = 31.04%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A76840 (or 0xA76840) is known color: Bourbon. HEX triplet: A7, 68 and 40. RGB value is (167,104,64). Sum of RGB (Red+Green+Blue) = 167+104+64=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A76840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76840 is #5897BF. Grayscale: #767676. Windows color (decimal): -5806016 or 4221095. OLE color: 4221095.

HSL color Cylindrical-coordinate representation of color #A76840: hue angle of 23.3º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A76840 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 104 64 -
CMYK 0 0.38 0.62 0.35
HSL 23.3º 0.45% 0.45% -
HSV(B) 23.3º 0.62% 0.65% -
XYZ 21.81 18.49 7.27 -
YUV 118.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 167 104 64 0 0.38 0.62 0.35 23.3 0.45 0.45
Hex A7 68 40 0 26 3E 23 17 2D 2D
Octal 247 150 100 0 46 76 43 27 55 55
Binary 10100111 1101000 1000000 0 100110 111110 100011 10111 101101 101101

Color Harmonies of #A76840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76840

Black with #A76840

Text Example


Text Example

White with #A76840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76840; }

 p { color: rgb(167,104,64); }

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

background-color css

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

 a { background-color: rgb(167,104,64); }

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

border-color css

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

 span { border-color: rgb(167,104,64); }

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