Html Css Color HEX #AA7147 Bourbon

📋 copy color: '#AA7147'

red 170 ◦ green 113 ◦ blue 71

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

Shades of Bourbon #AA7147

Tints of Bourbon #AA7147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 48.02%
G = 31.92%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA7147 (or 0xAA7147) is known color: Bourbon. HEX triplet: AA, 71 and 47. RGB value is (170,113,71). Sum of RGB (Red+Green+Blue) = 170+113+71=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7147 is #558EB8. Grayscale: #7D7D7D. Windows color (decimal): -5607097 or 4682154. OLE color: 4682154.

HSL color Cylindrical-coordinate representation of color #AA7147: hue angle of 25.45º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA7147 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 71 -
CMYK 0 0.34 0.58 0.33
HSL 25.45º 0.41% 0.47% -
HSV(B) 25.45º 0.58% 0.67% -
XYZ 23.62 20.81 8.73 -
YUV 125.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 170 113 71 0 0.34 0.58 0.33 25.45 0.41 0.47
Hex AA 71 47 0 22 3A 21 19 29 2F
Octal 252 161 107 0 42 72 41 31 51 57
Binary 10101010 1110001 1000111 0 100010 111010 100001 11001 101001 101111

Color Harmonies of #AA7147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7147

Black with #AA7147

Text Example


Text Example

White with #AA7147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7147; }

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

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

background-color css

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

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

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

border-color css

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

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

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