Html Css Color HEX #AA7841 Bourbon

📋 copy color: '#AA7841'

red 170 ◦ green 120 ◦ blue 65

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

Shades of Bourbon #AA7841

Tints of Bourbon #AA7841

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 47.89%
G = 33.8%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA7841 (or 0xAA7841) is known color: Bourbon. HEX triplet: AA, 78 and 41. RGB value is (170,120,65). Sum of RGB (Red+Green+Blue) = 170+120+65=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7841 is #5587BE. Grayscale: #808080. Windows color (decimal): -5605311 or 4290730. OLE color: 4290730.

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

Color convert

RGB 170 120 65 -
CMYK 0 0.29 0.62 0.33
HSL 31.43º 0.45% 0.46% -
HSV(B) 31.43º 0.62% 0.67% -
XYZ 24.25 22.36 8.04 -
YUV 128.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 170 120 65 0 0.29 0.62 0.33 31.43 0.45 0.46
Hex AA 78 41 0 1D 3E 21 1F 2D 2E
Octal 252 170 101 0 35 76 41 37 55 56
Binary 10101010 1111000 1000001 0 11101 111110 100001 11111 101101 101110

Color Harmonies of #AA7841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7841

Black with #AA7841

Text Example


Text Example

White with #AA7841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7841; }

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

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

background-color css

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

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

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

border-color css

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

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

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