Html Css Color HEX #AA7041 Bourbon

📋 copy color: '#AA7041'

red 170 ◦ green 112 ◦ blue 65

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

Shades of Bourbon #AA7041

Tints of Bourbon #AA7041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

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

R = 48.99%
G = 32.28%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA7041 (or 0xAA7041) is known color: Bourbon. HEX triplet: AA, 70 and 41. RGB value is (170,112,65). Sum of RGB (Red+Green+Blue) = 170+112+65=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7041 is #558FBE. Grayscale: #7C7C7C. Windows color (decimal): -5607359 or 4288682. OLE color: 4288682.

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

Color convert

RGB 170 112 65 -
CMYK 0 0.34 0.62 0.33
HSL 26.86º 0.45% 0.46% -
HSV(B) 26.86º 0.62% 0.67% -
XYZ 23.33 20.52 7.73 -
YUV 123.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 170 112 65 0 0.34 0.62 0.33 26.86 0.45 0.46
Hex AA 70 41 0 22 3E 21 1B 2D 2E
Octal 252 160 101 0 42 76 41 33 55 56
Binary 10101010 1110000 1000001 0 100010 111110 100001 11011 101101 101110

Color Harmonies of #AA7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7041

Black with #AA7041

Text Example


Text Example

White with #AA7041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7041; }

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

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

background-color css

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

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

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

border-color css

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

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

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