Html Css Color HEX #A7744A Bourbon

📋 copy color: '#A7744A'

red 167 ◦ green 116 ◦ blue 74

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

Shades of Bourbon #A7744A

Tints of Bourbon #A7744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 46.78%
G = 32.49%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A7744A (or 0xA7744A) is known color: Bourbon. HEX triplet: A7, 74 and 4A. RGB value is (167,116,74). Sum of RGB (Red+Green+Blue) = 167+116+74=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7744A is #588BB5. Grayscale: #7E7E7E. Windows color (decimal): -5802934 or 4879527. OLE color: 4879527.

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

Color convert

RGB 167 116 74 -
CMYK 0 0.31 0.56 0.35
HSL 27.1º 0.39% 0.47% -
HSV(B) 27.1º 0.56% 0.65% -
XYZ 23.42 21.2 9.34 -
YUV 126.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 167 116 74 0 0.31 0.56 0.35 27.1 0.39 0.47
Hex A7 74 4A 0 1F 38 23 1B 27 2F
Octal 247 164 112 0 37 70 43 33 47 57
Binary 10100111 1110100 1001010 0 11111 111000 100011 11011 100111 101111

Color Harmonies of #A7744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7744A

Black with #A7744A

Text Example


Text Example

White with #A7744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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