Html Css Color HEX #A77046 Bourbon

📋 copy color: '#A77046'

red 167 ◦ green 112 ◦ blue 70

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

Shades of Bourbon #A77046

Tints of Bourbon #A77046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 47.85%
G = 32.09%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A77046 (or 0xA77046) is known color: Bourbon. HEX triplet: A7, 70 and 46. RGB value is (167,112,70). Sum of RGB (Red+Green+Blue) = 167+112+70=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A77046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77046 is #588FB9. Grayscale: #7B7B7B. Windows color (decimal): -5803962 or 4616359. OLE color: 4616359.

HSL color Cylindrical-coordinate representation of color #A77046: hue angle of 25.98º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A77046 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 112 70 -
CMYK 0 0.33 0.58 0.35
HSL 25.98º 0.41% 0.46% -
HSV(B) 25.98º 0.58% 0.65% -
XYZ 22.84 20.25 8.5 -
YUV 123.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 167 112 70 0 0.33 0.58 0.35 25.98 0.41 0.46
Hex A7 70 46 0 21 3A 23 1A 29 2E
Octal 247 160 106 0 41 72 43 32 51 56
Binary 10100111 1110000 1000110 0 100001 111010 100011 11010 101001 101110

Color Harmonies of #A77046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77046

Black with #A77046

Text Example


Text Example

White with #A77046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77046; }

 p { color: rgb(167,112,70); }

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

background-color css

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

 a { background-color: rgb(167,112,70); }

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

border-color css

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

 span { border-color: rgb(167,112,70); }

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