Html Css Color HEX #AA734A Bourbon

📋 copy color: '#AA734A'

red 170 ◦ green 115 ◦ blue 74

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

Shades of Bourbon #AA734A

Tints of Bourbon #AA734A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 47.35%
G = 32.03%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA734A (or 0xAA734A) is known color: Bourbon. HEX triplet: AA, 73 and 4A. RGB value is (170,115,74). Sum of RGB (Red+Green+Blue) = 170+115+74=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA734A is #558CB5. Grayscale: #7E7E7E. Windows color (decimal): -5606582 or 4879274. OLE color: 4879274.

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

Color convert

RGB 170 115 74 -
CMYK 0 0.32 0.56 0.33
HSL 25.63º 0.39% 0.48% -
HSV(B) 25.63º 0.56% 0.67% -
XYZ 23.94 21.3 9.33 -
YUV 126.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 170 115 74 0 0.32 0.56 0.33 25.63 0.39 0.48
Hex AA 73 4A 0 20 38 21 1A 27 30
Octal 252 163 112 0 40 70 41 32 47 60
Binary 10101010 1110011 1001010 0 100000 111000 100001 11010 100111 110000

Color Harmonies of #AA734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA734A

Black with #AA734A

Text Example


Text Example

White with #AA734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA734A; }

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

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

background-color css

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

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

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

border-color css

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

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

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