Html Css Color HEX #A97440 Bourbon

📋 copy color: '#A97440'

red 169 ◦ green 116 ◦ blue 64

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

Shades of Bourbon #A97440

Tints of Bourbon #A97440

RGB

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

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

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

R = 48.42%
G = 33.24%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A97440 (or 0xA97440) is known color: Bourbon. HEX triplet: A9, 74 and 40. RGB value is (169,116,64). Sum of RGB (Red+Green+Blue) = 169+116+64=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A97440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97440 is #568BBF. Grayscale: #7E7E7E. Windows color (decimal): -5671872 or 4224169. OLE color: 4224169.

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

Color convert

RGB 169 116 64 -
CMYK 0 0.31 0.62 0.34
HSL 29.71º 0.45% 0.46% -
HSV(B) 29.71º 0.62% 0.66% -
XYZ 23.53 21.3 7.72 -
YUV 125.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 169 116 64 0 0.31 0.62 0.34 29.71 0.45 0.46
Hex A9 74 40 0 1F 3E 22 1E 2D 2E
Octal 251 164 100 0 37 76 42 36 55 56
Binary 10101001 1110100 1000000 0 11111 111110 100010 11110 101101 101110

Color Harmonies of #A97440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97440

Black with #A97440

Text Example


Text Example

White with #A97440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97440; }

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

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

background-color css

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

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

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

border-color css

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

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

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