Html Css Color HEX #AA6841 Bourbon

📋 copy color: '#AA6841'

red 170 ◦ green 104 ◦ blue 65

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

Shades of Bourbon #AA6841

Tints of Bourbon #AA6841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 50.15%
G = 30.68%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA6841 (or 0xAA6841) is known color: Bourbon. HEX triplet: AA, 68 and 41. RGB value is (170,104,65). Sum of RGB (Red+Green+Blue) = 170+104+65=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6841 is #5597BE. Grayscale: #777777. Windows color (decimal): -5609407 or 4286634. OLE color: 4286634.

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

Color convert

RGB 170 104 65 -
CMYK 0 0.39 0.62 0.33
HSL 22.29º 0.45% 0.46% -
HSV(B) 22.29º 0.62% 0.67% -
XYZ 22.48 18.83 7.45 -
YUV 119.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 170 104 65 0 0.39 0.62 0.33 22.29 0.45 0.46
Hex AA 68 41 0 27 3E 21 16 2D 2E
Octal 252 150 101 0 47 76 41 26 55 56
Binary 10101010 1101000 1000001 0 100111 111110 100001 10110 101101 101110

Color Harmonies of #AA6841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6841

Black with #AA6841

Text Example


Text Example

White with #AA6841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6841; }

 p { color: rgb(170,104,65); }

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

background-color css

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

 a { background-color: rgb(170,104,65); }

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

border-color css

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

 span { border-color: rgb(170,104,65); }

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