Html Css Color HEX #AA7141 Bourbon

📋 copy color: '#AA7141'

red 170 ◦ green 113 ◦ blue 65

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

Shades of Bourbon #AA7141

Tints of Bourbon #AA7141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 48.85%
G = 32.47%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA7141 (or 0xAA7141) is known color: Bourbon. HEX triplet: AA, 71 and 41. RGB value is (170,113,65). Sum of RGB (Red+Green+Blue) = 170+113+65=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7141 is #558EBE. Grayscale: #7C7C7C. Windows color (decimal): -5607103 or 4288938. OLE color: 4288938.

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

Color convert

RGB 170 113 65 -
CMYK 0 0.34 0.62 0.33
HSL 27.43º 0.45% 0.46% -
HSV(B) 27.43º 0.62% 0.67% -
XYZ 23.44 20.74 7.77 -
YUV 124.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 170 113 65 0 0.34 0.62 0.33 27.43 0.45 0.46
Hex AA 71 41 0 22 3E 21 1B 2D 2E
Octal 252 161 101 0 42 76 41 33 55 56
Binary 10101010 1110001 1000001 0 100010 111110 100001 11011 101101 101110

Color Harmonies of #AA7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7141

Black with #AA7141

Text Example


Text Example

White with #AA7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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