#AA663D

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

Shades of Bourbon #AA663D

Tints of Bourbon #AA663D

Color information

#AA663D (or 0xAA663D) is unknown color: approx Bourbon. HEX triplet: AA, 66 and 3D. RGB value is (170,102,61). Sum of RGB (Red+Green+Blue) = 170+102+61=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA663D is #5599C2. Grayscale: #757575. Windows color (decimal): -5609923 or 4023978. OLE color: 4023978.

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

Color convert

RGB17010261-
CMYK00.40.640.33
HSL22.57º47.19%45.29%-
HSV(B)22.57º64.12%66.67%-
XYZ22.1718.396.8-
YUV117.6696.03165.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=51.05%
G=30.63%
B=18.32%

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
Decimal1701026100.40.640.3322.5747.1945.29
HexAA663D0284021172f2d
Octal2521467505010041275755
Binary1010101011001101111010101000100000010000110111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA663D; }

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

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

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

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

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

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

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

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