Html Css Color HEX #A97144 Bourbon

📋 copy color: '#A97144'

red 169 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #A97144

Tints of Bourbon #A97144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 48.29%
G = 32.29%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A97144 (or 0xA97144) is known color: Bourbon. HEX triplet: A9, 71 and 44. RGB value is (169,113,68). Sum of RGB (Red+Green+Blue) = 169+113+68=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A97144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97144 is #568EBB. Grayscale: #7C7C7C. Windows color (decimal): -5672636 or 4485545. OLE color: 4485545.

HSL color Cylindrical-coordinate representation of color #A97144: hue angle of 26.73º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A97144 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 113 68 -
CMYK 0 0.33 0.60 0.34
HSL 26.73º 0.43% 0.46% -
HSV(B) 26.73º 0.6% 0.66% -
XYZ 23.31 20.66 8.23 -
YUV 124.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 169 113 68 0 0.33 0.60 0.34 26.73 0.43 0.46
Hex A9 71 44 0 21 3C 22 1B 2B 2E
Octal 251 161 104 0 41 74 42 33 53 56
Binary 10101001 1110001 1000100 0 100001 111100 100010 11011 101011 101110

Color Harmonies of #A97144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97144

Black with #A97144

Text Example


Text Example

White with #A97144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97144; }

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

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

background-color css

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

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

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

border-color css

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

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

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