Html Css Color HEX #AA7040 Bourbon

📋 copy color: '#AA7040'

red 170 ◦ green 112 ◦ blue 64

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

Shades of Bourbon #AA7040

Tints of Bourbon #AA7040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 49.13%
G = 32.37%
B = 18.5%

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

#AA7040 (or 0xAA7040) is known color: Bourbon. HEX triplet: AA, 70 and 40. RGB value is (170,112,64). Sum of RGB (Red+Green+Blue) = 170+112+64=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7040 is #558FBF. Grayscale: #7C7C7C. Windows color (decimal): -5607360 or 4223146. OLE color: 4223146.

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

Color convert

RGB 170 112 64 -
CMYK 0 0.34 0.62 0.33
HSL 27.17º 0.45% 0.46% -
HSV(B) 27.17º 0.62% 0.67% -
XYZ 23.3 20.5 7.58 -
YUV 123.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 170 112 64 0 0.34 0.62 0.33 27.17 0.45 0.46
Hex AA 70 40 0 22 3E 21 1B 2D 2E
Octal 252 160 100 0 42 76 41 33 55 56
Binary 10101010 1110000 1000000 0 100010 111110 100001 11011 101101 101110

Color Harmonies of #AA7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7040

Black with #AA7040

Text Example


Text Example

White with #AA7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7040; }

 p { color: rgb(170,112,64); }

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

background-color css

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

 a { background-color: rgb(170,112,64); }

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

border-color css

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

 span { border-color: rgb(170,112,64); }

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