Html Css Color HEX #AA7747 Bourbon

📋 copy color: '#AA7747'

red 170 ◦ green 119 ◦ blue 71

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

Shades of Bourbon #AA7747

Tints of Bourbon #AA7747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 71 (28.13% from 255) = 19.72%

R = 47.22%
G = 33.06%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA7747 (or 0xAA7747) is known color: Bourbon. HEX triplet: AA, 77 and 47. RGB value is (170,119,71). Sum of RGB (Red+Green+Blue) = 170+119+71=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7747 is #5588B8. Grayscale: #818181. Windows color (decimal): -5605561 or 4683690. OLE color: 4683690.

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

Color convert

RGB 170 119 71 -
CMYK 0 0.3 0.58 0.33
HSL 29.09º 0.41% 0.47% -
HSV(B) 29.09º 0.58% 0.67% -
XYZ 24.31 22.19 8.96 -
YUV 128.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 170 119 71 0 0.3 0.58 0.33 29.09 0.41 0.47
Hex AA 77 47 0 1E 3A 21 1D 29 2F
Octal 252 167 107 0 36 72 41 35 51 57
Binary 10101010 1110111 1000111 0 11110 111010 100001 11101 101001 101111

Color Harmonies of #AA7747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7747

Black with #AA7747

Text Example


Text Example

White with #AA7747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7747; }

 p { color: rgb(170,119,71); }

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

background-color css

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

 a { background-color: rgb(170,119,71); }

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

border-color css

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

 span { border-color: rgb(170,119,71); }

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