Html Css Color HEX #A77445 Bourbon

📋 copy color: '#A77445'

red 167 ◦ green 116 ◦ blue 69

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

Shades of Bourbon #A77445

Tints of Bourbon #A77445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 47.44%
G = 32.95%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A77445 (or 0xA77445) is known color: Bourbon. HEX triplet: A7, 74 and 45. RGB value is (167,116,69). Sum of RGB (Red+Green+Blue) = 167+116+69=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A77445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77445 is #588BBA. Grayscale: #7E7E7E. Windows color (decimal): -5802939 or 4551847. OLE color: 4551847.

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

Color convert

RGB 167 116 69 -
CMYK 0 0.31 0.59 0.35
HSL 28.78º 0.42% 0.46% -
HSV(B) 28.78º 0.59% 0.65% -
XYZ 23.26 21.14 8.48 -
YUV 125.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 167 116 69 0 0.31 0.59 0.35 28.78 0.42 0.46
Hex A7 74 45 0 1F 3B 23 1D 2A 2E
Octal 247 164 105 0 37 73 43 35 52 56
Binary 10100111 1110100 1000101 0 11111 111011 100011 11101 101010 101110

Color Harmonies of #A77445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77445

Black with #A77445

Text Example


Text Example

White with #A77445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77445; }

 p { color: rgb(167,116,69); }

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

background-color css

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

 a { background-color: rgb(167,116,69); }

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

border-color css

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

 span { border-color: rgb(167,116,69); }

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