Html Css Color HEX #AA7149 Bourbon

📋 copy color: '#AA7149'

red 170 ◦ green 113 ◦ blue 73

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

Shades of Bourbon #AA7149

Tints of Bourbon #AA7149

RGB

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

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

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

R = 47.75%
G = 31.74%
B = 20.51%

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

#AA7149 (or 0xAA7149) is known color: Bourbon. HEX triplet: AA, 71 and 49. RGB value is (170,113,73). Sum of RGB (Red+Green+Blue) = 170+113+73=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7149 is #558EB6. Grayscale: #7D7D7D. Windows color (decimal): -5607095 or 4813226. OLE color: 4813226.

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

Color convert

RGB 170 113 73 -
CMYK 0 0.34 0.57 0.33
HSL 24.74º 0.4% 0.48% -
HSV(B) 24.74º 0.57% 0.67% -
XYZ 23.69 20.84 9.08 -
YUV 125.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 170 113 73 0 0.34 0.57 0.33 24.74 0.4 0.48
Hex AA 71 49 0 22 39 21 19 28 30
Octal 252 161 111 0 42 71 41 31 50 60
Binary 10101010 1110001 1001001 0 100010 111001 100001 11001 101000 110000

Color Harmonies of #AA7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7149

Black with #AA7149

Text Example


Text Example

White with #AA7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7149; }

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

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

background-color css

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

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

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

border-color css

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

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

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