Html Css Color HEX #AA7749 Bourbon

📋 copy color: '#AA7749'

red 170 ◦ green 119 ◦ blue 73

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

Shades of Bourbon #AA7749

Tints of Bourbon #AA7749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 46.96%
G = 32.87%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA7749 (or 0xAA7749) is known color: Bourbon. HEX triplet: AA, 77 and 49. RGB value is (170,119,73). Sum of RGB (Red+Green+Blue) = 170+119+73=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7749 is #5588B6. Grayscale: #818181. Windows color (decimal): -5605559 or 4814762. OLE color: 4814762.

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

Color convert

RGB 170 119 73 -
CMYK 0 0.3 0.57 0.33
HSL 28.45º 0.4% 0.48% -
HSV(B) 28.45º 0.57% 0.67% -
XYZ 24.38 22.22 9.31 -
YUV 129.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 170 119 73 0 0.3 0.57 0.33 28.45 0.4 0.48
Hex AA 77 49 0 1E 39 21 1C 28 30
Octal 252 167 111 0 36 71 41 34 50 60
Binary 10101010 1110111 1001001 0 11110 111001 100001 11100 101000 110000

Color Harmonies of #AA7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7749

Black with #AA7749

Text Example


Text Example

White with #AA7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7749; }

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

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

background-color css

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

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

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

border-color css

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

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

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