Html Css Color HEX #AA7440 Bourbon

📋 copy color: '#AA7440'

red 170 ◦ green 116 ◦ blue 64

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

Shades of Bourbon #AA7440

Tints of Bourbon #AA7440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 48.57%
G = 33.14%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA7440 (or 0xAA7440) is known color: Bourbon. HEX triplet: AA, 74 and 40. RGB value is (170,116,64). Sum of RGB (Red+Green+Blue) = 170+116+64=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7440 is #558BBF. Grayscale: #7E7E7E. Windows color (decimal): -5606336 or 4224170. OLE color: 4224170.

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

Color convert

RGB 170 116 64 -
CMYK 0 0.32 0.62 0.33
HSL 29.43º 0.45% 0.46% -
HSV(B) 29.43º 0.62% 0.67% -
XYZ 23.75 21.41 7.73 -
YUV 126.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 170 116 64 0 0.32 0.62 0.33 29.43 0.45 0.46
Hex AA 74 40 0 20 3E 21 1D 2D 2E
Octal 252 164 100 0 40 76 41 35 55 56
Binary 10101010 1110100 1000000 0 100000 111110 100001 11101 101101 101110

Color Harmonies of #AA7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7440

Black with #AA7440

Text Example


Text Example

White with #AA7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7440; }

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

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

background-color css

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

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

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

border-color css

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

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

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