Html Css Color HEX #AA7146 Bourbon

📋 copy color: '#AA7146'

red 170 ◦ green 113 ◦ blue 70

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

Shades of Bourbon #AA7146

Tints of Bourbon #AA7146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 48.16%
G = 32.01%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA7146 (or 0xAA7146) is known color: Bourbon. HEX triplet: AA, 71 and 46. RGB value is (170,113,70). Sum of RGB (Red+Green+Blue) = 170+113+70=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7146 is #558EB9. Grayscale: #7D7D7D. Windows color (decimal): -5607098 or 4616618. OLE color: 4616618.

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

Color convert

RGB 170 113 70 -
CMYK 0 0.34 0.59 0.33
HSL 25.8º 0.42% 0.47% -
HSV(B) 25.8º 0.59% 0.67% -
XYZ 23.59 20.8 8.57 -
YUV 125.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 170 113 70 0 0.34 0.59 0.33 25.8 0.42 0.47
Hex AA 71 46 0 22 3B 21 1A 2A 2F
Octal 252 161 106 0 42 73 41 32 52 57
Binary 10101010 1110001 1000110 0 100010 111011 100001 11010 101010 101111

Color Harmonies of #AA7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7146

Black with #AA7146

Text Example


Text Example

White with #AA7146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7146; }

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

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

background-color css

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

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

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

border-color css

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

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

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