Html Css Color HEX #A97649 Bourbon

📋 copy color: '#A97649'

red 169 ◦ green 118 ◦ blue 73

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

Shades of Bourbon #A97649

Tints of Bourbon #A97649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

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

R = 46.94%
G = 32.78%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A97649 (or 0xA97649) is known color: Bourbon. HEX triplet: A9, 76 and 49. RGB value is (169,118,73). Sum of RGB (Red+Green+Blue) = 169+118+73=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A97649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97649 is #5689B6. Grayscale: #808080. Windows color (decimal): -5671351 or 4814505. OLE color: 4814505.

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

Color convert

RGB 169 118 73 -
CMYK 0 0.30 0.57 0.34
HSL 28.13º 0.4% 0.47% -
HSV(B) 28.13º 0.57% 0.66% -
XYZ 24.04 21.87 9.26 -
YUV 128.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 169 118 73 0 0.30 0.57 0.34 28.13 0.4 0.47
Hex A9 76 49 0 1E 39 22 1C 28 2F
Octal 251 166 111 0 36 71 42 34 50 57
Binary 10101001 1110110 1001001 0 11110 111001 100010 11100 101000 101111

Color Harmonies of #A97649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97649

Black with #A97649

Text Example


Text Example

White with #A97649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97649; }

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

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

background-color css

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

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

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

border-color css

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

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

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