Html Css Color HEX #A97349 Bourbon

📋 copy color: '#A97349'

red 169 ◦ green 115 ◦ blue 73

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

Shades of Bourbon #A97349

Tints of Bourbon #A97349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 47.34%
G = 32.21%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A97349 (or 0xA97349) is known color: Bourbon. HEX triplet: A9, 73 and 49. RGB value is (169,115,73). Sum of RGB (Red+Green+Blue) = 169+115+73=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A97349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97349 is #568CB6. Grayscale: #7E7E7E. Windows color (decimal): -5672119 or 4813737. OLE color: 4813737.

HSL color Cylindrical-coordinate representation of color #A97349: hue angle of 26.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 #A97349 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 115 73 -
CMYK 0 0.32 0.57 0.34
HSL 26.25º 0.4% 0.47% -
HSV(B) 26.25º 0.57% 0.66% -
XYZ 23.7 21.18 9.14 -
YUV 126.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 169 115 73 0 0.32 0.57 0.34 26.25 0.4 0.47
Hex A9 73 49 0 20 39 22 1A 28 2F
Octal 251 163 111 0 40 71 42 32 50 57
Binary 10101001 1110011 1001001 0 100000 111001 100010 11010 101000 101111

Color Harmonies of #A97349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97349

Black with #A97349

Text Example


Text Example

White with #A97349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97349; }

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

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

background-color css

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

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

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

border-color css

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

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

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