Html Css Color HEX #AA7941 Bourbon

📋 copy color: '#AA7941'

red 170 ◦ green 121 ◦ blue 65

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

Shades of Bourbon #AA7941

Tints of Bourbon #AA7941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

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

R = 47.75%
G = 33.99%
B = 18.26%

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

#AA7941 (or 0xAA7941) is known color: Bourbon. HEX triplet: AA, 79 and 41. RGB value is (170,121,65). Sum of RGB (Red+Green+Blue) = 170+121+65=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7941 is #5586BE. Grayscale: #818181. Windows color (decimal): -5605055 or 4290986. OLE color: 4290986.

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

Color convert

RGB 170 121 65 -
CMYK 0 0.29 0.62 0.33
HSL 32º 0.45% 0.46% -
HSV(B) 32º 0.62% 0.67% -
XYZ 24.37 22.6 8.08 -
YUV 129.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 170 121 65 0 0.29 0.62 0.33 32 0.45 0.46
Hex AA 79 41 0 1D 3E 21 20 2D 2E
Octal 252 171 101 0 35 76 41 40 55 56
Binary 10101010 1111001 1000001 0 11101 111110 100001 100000 101101 101110

Color Harmonies of #AA7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7941

Black with #AA7941

Text Example


Text Example

White with #AA7941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7941; }

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

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

background-color css

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

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

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

border-color css

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

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

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