#AA653B

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

Shades of Bourbon #AA653B

Tints of Bourbon #AA653B

Color information

#AA653B (or 0xAA653B) is unknown color: approx Bourbon. HEX triplet: AA, 65 and 3B. RGB value is (170,101,59). Sum of RGB (Red+Green+Blue) = 170+101+59=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA653B is #559AC4. Grayscale: #757575. Windows color (decimal): -5610181 or 3892650. OLE color: 3892650.

HSL color Cylindrical-coordinate representation of color #AA653B: hue angle of 22.7º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA653B is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17010159-
CMYK00.410.650.33
HSL22.7º48.47%44.9%-
HSV(B)22.7º65.29%66.67%-
XYZ22.0218.176.48-
YUV116.8495.36165.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=51.52%
G=30.61%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701015900.410.650.3322.748.4744.9
HexAA653B029412117302d
Octal2521457305110141276055
Binary1010101011001011110110101001100000110000110111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA653B; }

 p { color: rgb(170,101,59); }

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

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

 a { background-color: rgb(170,101,59); }

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

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

 span { border-color: rgb(170,101,59); }

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