Html Css Color HEX #A76943 Bourbon

📋 copy color: '#A76943'

red 167 ◦ green 105 ◦ blue 67

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

Shades of Bourbon #A76943

Tints of Bourbon #A76943

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 49.26%
G = 30.97%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A76943 (or 0xA76943) is known color: Bourbon. HEX triplet: A7, 69 and 43. RGB value is (167,105,67). Sum of RGB (Red+Green+Blue) = 167+105+67=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A76943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76943 is #5896BC. Grayscale: #777777. Windows color (decimal): -5805757 or 4417959. OLE color: 4417959.

HSL color Cylindrical-coordinate representation of color #A76943: hue angle of 22.8º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A76943 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 105 67 -
CMYK 0 0.37 0.60 0.35
HSL 22.8º 0.43% 0.46% -
HSV(B) 22.8º 0.6% 0.65% -
XYZ 22 18.72 7.76 -
YUV 119.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 167 105 67 0 0.37 0.60 0.35 22.8 0.43 0.46
Hex A7 69 43 0 25 3C 23 17 2B 2E
Octal 247 151 103 0 45 74 43 27 53 56
Binary 10100111 1101001 1000011 0 100101 111100 100011 10111 101011 101110

Color Harmonies of #A76943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76943

Black with #A76943

Text Example


Text Example

White with #A76943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76943; }

 p { color: rgb(167,105,67); }

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

background-color css

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

 a { background-color: rgb(167,105,67); }

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

border-color css

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

 span { border-color: rgb(167,105,67); }

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