Html Css Color HEX #A76D40 Bourbon

📋 copy color: '#A76D40'

red 167 ◦ green 109 ◦ blue 64

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

Shades of Bourbon #A76D40

Tints of Bourbon #A76D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.06%

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

R = 49.12%
G = 32.06%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A76D40 (or 0xA76D40) is known color: Bourbon. HEX triplet: A7, 6D and 40. RGB value is (167,109,64). Sum of RGB (Red+Green+Blue) = 167+109+64=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D40 is #5892BF. Grayscale: #797979. Windows color (decimal): -5804736 or 4222375. OLE color: 4222375.

HSL color Cylindrical-coordinate representation of color #A76D40: hue angle of 26.21º 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 #A76D40 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 109 64 -
CMYK 0 0.35 0.62 0.35
HSL 26.21º 0.45% 0.45% -
HSV(B) 26.21º 0.62% 0.65% -
XYZ 22.33 19.52 7.44 -
YUV 121.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 167 109 64 0 0.35 0.62 0.35 26.21 0.45 0.45
Hex A7 6D 40 0 23 3E 23 1A 2D 2D
Octal 247 155 100 0 43 76 43 32 55 55
Binary 10100111 1101101 1000000 0 100011 111110 100011 11010 101101 101101

Color Harmonies of #A76D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D40

Black with #A76D40

Text Example


Text Example

White with #A76D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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