#AA7443

Color #AA7443 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #AA7443

Tints of Bourbon #AA7443

Color information

#AA7443 (or 0xAA7443) is unknown color: approx Bourbon. HEX triplet: AA, 74 and 43. RGB value is (170,116,67). Sum of RGB (Red+Green+Blue) = 170+116+67=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7443 is #558BBC. Grayscale: #7E7E7E. Windows color (decimal): -5606333 or 4420778. OLE color: 4420778.

HSL color Cylindrical-coordinate representation of color #AA7443: hue angle of 28.54º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA7443 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17011667-
CMYK00.320.610.33
HSL28.54º43.46%46.47%-
HSV(B)28.54º60.59%66.67%-
XYZ23.8421.448.19-
YUV126.5694.39158.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=48.16%
G=32.86%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701166700.320.610.3328.5443.4646.47
HexAA74430203D211d2b2e
Octal2521641030407541355356
Binary1010101011101001000011010000011110110000111101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7443; }

 p { color: rgb(170,116,67); }

 H1.HeaderClassName
 {
   color: #AA7443;
 }
 .AnyTagClassName
 {
   color: #AA7443;
 }
</style>
background-color css

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

 a { background-color: rgb(170,116,67); }

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

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

 span { border-color: rgb(170,116,67); }

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