#AA7545

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

Shades of Bourbon #AA7545

Tints of Bourbon #AA7545

Color information

#AA7545 (or 0xAA7545) is unknown color: approx Bourbon. HEX triplet: AA, 75 and 45. RGB value is (170,117,69). Sum of RGB (Red+Green+Blue) = 170+117+69=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7545 is #558ABA. Grayscale: #7F7F7F. Windows color (decimal): -5606075 or 4552106. OLE color: 4552106.

HSL color Cylindrical-coordinate representation of color #AA7545: hue angle of 28.51º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA7545 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17011769-
CMYK00.310.590.33
HSL28.51º42.26%46.86%-
HSV(B)28.51º59.41%66.67%-
XYZ24.0121.78.55-
YUV127.3895.06158.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=47.75%
G=32.87%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701176900.310.590.3328.5142.2646.86
HexAA754501F3B211d2a2f
Octal2521651050377341355257
Binary101010101110101100010101111111101110000111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7545; }

 p { color: rgb(170,117,69); }

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

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

 a { background-color: rgb(170,117,69); }

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

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

 span { border-color: rgb(170,117,69); }

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