Html Css Color HEX #AA7449 Bourbon

📋 copy color: '#AA7449'

red 170 ◦ green 116 ◦ blue 73

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

Shades of Bourbon #AA7449

Tints of Bourbon #AA7449

RGB

 RED value IS 170 (66.8% from 255) = 47.35%

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

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

R = 47.35%
G = 32.31%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA7449 (or 0xAA7449) is known color: Bourbon. HEX triplet: AA, 74 and 49. RGB value is (170,116,73). Sum of RGB (Red+Green+Blue) = 170+116+73=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7449 is #558BB6. Grayscale: #7F7F7F. Windows color (decimal): -5606327 or 4813994. OLE color: 4813994.

HSL color Cylindrical-coordinate representation of color #AA7449: hue angle of 26.6º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA7449 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 116 73 -
CMYK 0 0.32 0.57 0.33
HSL 26.6º 0.4% 0.48% -
HSV(B) 26.6º 0.57% 0.67% -
XYZ 24.03 21.52 9.19 -
YUV 127.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 170 116 73 0 0.32 0.57 0.33 26.6 0.4 0.48
Hex AA 74 49 0 20 39 21 1B 28 30
Octal 252 164 111 0 40 71 41 33 50 60
Binary 10101010 1110100 1001001 0 100000 111001 100001 11011 101000 110000

Color Harmonies of #AA7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7449

Black with #AA7449

Text Example


Text Example

White with #AA7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7449; }

 p { color: rgb(170,116,73); }

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

background-color css

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

 a { background-color: rgb(170,116,73); }

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

border-color css

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

 span { border-color: rgb(170,116,73); }

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