#AA663E

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

Shades of Bourbon #AA663E

Tints of Bourbon #AA663E

Color information

#AA663E (or 0xAA663E) is unknown color: approx Bourbon. HEX triplet: AA, 66 and 3E. RGB value is (170,102,62). Sum of RGB (Red+Green+Blue) = 170+102+62=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA663E is #5599C1. Grayscale: #767676. Windows color (decimal): -5609922 or 4089514. OLE color: 4089514.

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

Color convert

RGB17010262-
CMYK00.40.640.33
HSL22.22º46.55%45.49%-
HSV(B)22.22º63.53%66.67%-
XYZ22.218.46.94-
YUV117.7796.53165.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 62 (24.61% from 255) = 18.56%
R=50.90%
G=30.54%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701026200.40.640.3322.2246.5545.49
HexAA663E0284021162f2d
Octal2521467605010041265755
Binary1010101011001101111100101000100000010000110110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA663E; }

 p { color: rgb(170,102,62); }

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

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

 a { background-color: rgb(170,102,62); }

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

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

 span { border-color: rgb(170,102,62); }

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