Html Css Color HEX #A97740 Bourbon

📋 copy color: '#A97740'

red 169 ◦ green 119 ◦ blue 64

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

Shades of Bourbon #A97740

Tints of Bourbon #A97740

RGB

 RED value IS 169 (66.41% from 255) = 48.01%

 GREEN value IS 119 (46.88% from 255) = 33.81%

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

R = 48.01%
G = 33.81%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A97740 (or 0xA97740) is known color: Bourbon. HEX triplet: A9, 77 and 40. RGB value is (169,119,64). Sum of RGB (Red+Green+Blue) = 169+119+64=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A97740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97740 is #5688BF. Grayscale: #7F7F7F. Windows color (decimal): -5671104 or 4224937. OLE color: 4224937.

HSL color Cylindrical-coordinate representation of color #A97740: hue angle of 31.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A97740 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 119 64 -
CMYK 0 0.30 0.62 0.34
HSL 31.43º 0.45% 0.46% -
HSV(B) 31.43º 0.62% 0.66% -
XYZ 23.88 22 7.84 -
YUV 127.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 169 119 64 0 0.30 0.62 0.34 31.43 0.45 0.46
Hex A9 77 40 0 1E 3E 22 1F 2D 2E
Octal 251 167 100 0 36 76 42 37 55 56
Binary 10101001 1110111 1000000 0 11110 111110 100010 11111 101101 101110

Color Harmonies of #A97740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97740

Black with #A97740

Text Example


Text Example

White with #A97740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97740; }

 p { color: rgb(169,119,64); }

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

background-color css

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

 a { background-color: rgb(169,119,64); }

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

border-color css

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

 span { border-color: rgb(169,119,64); }

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