#AA693C

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

Shades of Bourbon #AA693C

Tints of Bourbon #AA693C

Color information

#AA693C (or 0xAA693C) is unknown color: approx Bourbon. HEX triplet: AA, 69 and 3C. RGB value is (170,105,60). Sum of RGB (Red+Green+Blue) = 170+105+60=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA693C is #5596C3. Grayscale: #777777. Windows color (decimal): -5609156 or 3959210. OLE color: 3959210.

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

Color convert

RGB17010560-
CMYK00.380.650.33
HSL24.55º47.83%45.1%-
HSV(B)24.55º64.71%66.67%-
XYZ22.4418.986.75-
YUV119.394.53164.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=50.75%
G=31.34%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701056000.380.650.3324.5547.8345.1
HexAA693C026412119302d
Octal2521517404610141316055
Binary1010101011010011111000100110100000110000111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA693C; }

 p { color: rgb(170,105,60); }

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

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

 a { background-color: rgb(170,105,60); }

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

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

 span { border-color: rgb(170,105,60); }

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