Html Css Color HEX #AA7049 Bourbon

📋 copy color: '#AA7049'

red 170 ◦ green 112 ◦ blue 73

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

Shades of Bourbon #AA7049

Tints of Bourbon #AA7049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

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

R = 47.89%
G = 31.55%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA7049 (or 0xAA7049) is known color: Bourbon. HEX triplet: AA, 70 and 49. RGB value is (170,112,73). Sum of RGB (Red+Green+Blue) = 170+112+73=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7049 is #558FB6. Grayscale: #7D7D7D. Windows color (decimal): -5607351 or 4812970. OLE color: 4812970.

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

Color convert

RGB 170 112 73 -
CMYK 0 0.34 0.57 0.33
HSL 24.12º 0.4% 0.48% -
HSV(B) 24.12º 0.57% 0.67% -
XYZ 23.57 20.62 9.04 -
YUV 124.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 170 112 73 0 0.34 0.57 0.33 24.12 0.4 0.48
Hex AA 70 49 0 22 39 21 18 28 30
Octal 252 160 111 0 42 71 41 30 50 60
Binary 10101010 1110000 1001001 0 100010 111001 100001 11000 101000 110000

Color Harmonies of #AA7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7049

Black with #AA7049

Text Example


Text Example

White with #AA7049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7049; }

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

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

background-color css

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

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

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

border-color css

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

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

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