Html Css Color HEX #AA744B Bourbon

📋 copy color: '#AA744B'

red 170 ◦ green 116 ◦ blue 75

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

Shades of Bourbon #AA744B

Tints of Bourbon #AA744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 47.09%
G = 32.13%
B = 20.78%

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

#AA744B (or 0xAA744B) is known color: Bourbon. HEX triplet: AA, 74 and 4B. RGB value is (170,116,75). Sum of RGB (Red+Green+Blue) = 170+116+75=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA744B is #558BB4. Grayscale: #7F7F7F. Windows color (decimal): -5606325 or 4945066. OLE color: 4945066.

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

Color convert

RGB 170 116 75 -
CMYK 0 0.32 0.56 0.33
HSL 25.89º 0.39% 0.48% -
HSV(B) 25.89º 0.56% 0.67% -
XYZ 24.09 21.54 9.55 -
YUV 127.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 170 116 75 0 0.32 0.56 0.33 25.89 0.39 0.48
Hex AA 74 4B 0 20 38 21 1A 27 30
Octal 252 164 113 0 40 70 41 32 47 60
Binary 10101010 1110100 1001011 0 100000 111000 100001 11010 100111 110000

Color Harmonies of #AA744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA744B

Black with #AA744B

Text Example


Text Example

White with #AA744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA744B; }

 p { color: rgb(170,116,75); }

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

background-color css

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

 a { background-color: rgb(170,116,75); }

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

border-color css

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

 span { border-color: rgb(170,116,75); }

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