Html Css Color HEX #AA7140 Bourbon

📋 copy color: '#AA7140'

red 170 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #AA7140

Tints of Bourbon #AA7140

RGB

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

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

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

R = 48.99%
G = 32.56%
B = 18.44%

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

#AA7140 (or 0xAA7140) is known color: Bourbon. HEX triplet: AA, 71 and 40. RGB value is (170,113,64). Sum of RGB (Red+Green+Blue) = 170+113+64=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7140 is #558EBF. Grayscale: #7C7C7C. Windows color (decimal): -5607104 or 4223402. OLE color: 4223402.

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

Color convert

RGB 170 113 64 -
CMYK 0 0.34 0.62 0.33
HSL 27.74º 0.45% 0.46% -
HSV(B) 27.74º 0.62% 0.67% -
XYZ 23.41 20.73 7.62 -
YUV 124.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 170 113 64 0 0.34 0.62 0.33 27.74 0.45 0.46
Hex AA 71 40 0 22 3E 21 1C 2D 2E
Octal 252 161 100 0 42 76 41 34 55 56
Binary 10101010 1110001 1000000 0 100010 111110 100001 11100 101101 101110

Color Harmonies of #AA7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7140

Black with #AA7140

Text Example


Text Example

White with #AA7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7140; }

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

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

background-color css

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

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

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

border-color css

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

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

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