Html Css Color HEX #AA7640 Bourbon

📋 copy color: '#AA7640'

red 170 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #AA7640

Tints of Bourbon #AA7640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

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

R = 48.3%
G = 33.52%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA7640 (or 0xAA7640) is known color: Bourbon. HEX triplet: AA, 76 and 40. RGB value is (170,118,64). Sum of RGB (Red+Green+Blue) = 170+118+64=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7640 is #5589BF. Grayscale: #7F7F7F. Windows color (decimal): -5605824 or 4224682. OLE color: 4224682.

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

Color convert

RGB 170 118 64 -
CMYK 0 0.31 0.62 0.33
HSL 30.57º 0.45% 0.46% -
HSV(B) 30.57º 0.62% 0.67% -
XYZ 23.98 21.87 7.81 -
YUV 127.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 170 118 64 0 0.31 0.62 0.33 30.57 0.45 0.46
Hex AA 76 40 0 1F 3E 21 1F 2D 2E
Octal 252 166 100 0 37 76 41 37 55 56
Binary 10101010 1110110 1000000 0 11111 111110 100001 11111 101101 101110

Color Harmonies of #AA7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7640

Black with #AA7640

Text Example


Text Example

White with #AA7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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