Html Css Color HEX #A97149 Bourbon

📋 copy color: '#A97149'

red 169 ◦ green 113 ◦ blue 73

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

Shades of Bourbon #A97149

Tints of Bourbon #A97149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 47.61%
G = 31.83%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A97149 (or 0xA97149) is known color: Bourbon. HEX triplet: A9, 71 and 49. RGB value is (169,113,73). Sum of RGB (Red+Green+Blue) = 169+113+73=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A97149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97149 is #568EB6. Grayscale: #7D7D7D. Windows color (decimal): -5672631 or 4813225. OLE color: 4813225.

HSL color Cylindrical-coordinate representation of color #A97149: hue angle of 25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A97149 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 113 73 -
CMYK 0 0.33 0.57 0.34
HSL 25º 0.4% 0.47% -
HSV(B) 25º 0.57% 0.66% -
XYZ 23.47 20.73 9.07 -
YUV 125.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 169 113 73 0 0.33 0.57 0.34 25 0.4 0.47
Hex A9 71 49 0 21 39 22 19 28 2F
Octal 251 161 111 0 41 71 42 31 50 57
Binary 10101001 1110001 1001001 0 100001 111001 100010 11001 101000 101111

Color Harmonies of #A97149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97149

Black with #A97149

Text Example


Text Example

White with #A97149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97149; }

 p { color: rgb(169,113,73); }

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

background-color css

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

 a { background-color: rgb(169,113,73); }

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

border-color css

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

 span { border-color: rgb(169,113,73); }

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