Html Css Color HEX #AA7144 Bourbon

📋 copy color: '#AA7144'

red 170 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #AA7144

Tints of Bourbon #AA7144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 48.43%
G = 32.19%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA7144 (or 0xAA7144) is known color: Bourbon. HEX triplet: AA, 71 and 44. RGB value is (170,113,68). Sum of RGB (Red+Green+Blue) = 170+113+68=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7144 is #558EBB. Grayscale: #7D7D7D. Windows color (decimal): -5607100 or 4485546. OLE color: 4485546.

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

Color convert

RGB 170 113 68 -
CMYK 0 0.34 0.6 0.33
HSL 26.47º 0.43% 0.47% -
HSV(B) 26.47º 0.6% 0.67% -
XYZ 23.53 20.77 8.24 -
YUV 124.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 170 113 68 0 0.34 0.6 0.33 26.47 0.43 0.47
Hex AA 71 44 0 22 3C 21 1A 2B 2F
Octal 252 161 104 0 42 74 41 32 53 57
Binary 10101010 1110001 1000100 0 100010 111100 100001 11010 101011 101111

Color Harmonies of #AA7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7144

Black with #AA7144

Text Example


Text Example

White with #AA7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7144; }

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

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

background-color css

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

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

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

border-color css

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

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

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