Html Css Color HEX #A97140 Bourbon

📋 copy color: '#A97140'

red 169 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #A97140

Tints of Bourbon #A97140

RGB

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

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

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

R = 48.84%
G = 32.66%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A97140 (or 0xA97140) is known color: Bourbon. HEX triplet: A9, 71 and 40. RGB value is (169,113,64). Sum of RGB (Red+Green+Blue) = 169+113+64=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A97140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97140 is #568EBF. Grayscale: #7C7C7C. Windows color (decimal): -5672640 or 4223401. OLE color: 4223401.

HSL color Cylindrical-coordinate representation of color #A97140: hue angle of 28º 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 #A97140 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 113 64 -
CMYK 0 0.33 0.62 0.34
HSL 28º 0.45% 0.46% -
HSV(B) 28º 0.62% 0.66% -
XYZ 23.19 20.62 7.61 -
YUV 124.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 169 113 64 0 0.33 0.62 0.34 28 0.45 0.46
Hex A9 71 40 0 21 3E 22 1C 2D 2E
Octal 251 161 100 0 41 76 42 34 55 56
Binary 10101001 1110001 1000000 0 100001 111110 100010 11100 101101 101110

Color Harmonies of #A97140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97140

Black with #A97140

Text Example


Text Example

White with #A97140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97140; }

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

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

background-color css

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

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

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

border-color css

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

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

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