Html Css Color HEX #AA7344 Bourbon

📋 copy color: '#AA7344'

red 170 ◦ green 115 ◦ blue 68

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

Shades of Bourbon #AA7344

Tints of Bourbon #AA7344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 48.16%
G = 32.58%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA7344 (or 0xAA7344) is known color: Bourbon. HEX triplet: AA, 73 and 44. RGB value is (170,115,68). Sum of RGB (Red+Green+Blue) = 170+115+68=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7344 is #558CBB. Grayscale: #7E7E7E. Windows color (decimal): -5606588 or 4486058. OLE color: 4486058.

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

Color convert

RGB 170 115 68 -
CMYK 0 0.32 0.6 0.33
HSL 27.65º 0.43% 0.47% -
HSV(B) 27.65º 0.6% 0.67% -
XYZ 23.75 21.22 8.31 -
YUV 126.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 170 115 68 0 0.32 0.6 0.33 27.65 0.43 0.47
Hex AA 73 44 0 20 3C 21 1C 2B 2F
Octal 252 163 104 0 40 74 41 34 53 57
Binary 10101010 1110011 1000100 0 100000 111100 100001 11100 101011 101111

Color Harmonies of #AA7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7344

Black with #AA7344

Text Example


Text Example

White with #AA7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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