#AA673D

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

Shades of Bourbon #AA673D

Tints of Bourbon #AA673D

Color information

#AA673D (or 0xAA673D) is unknown color: approx Bourbon. HEX triplet: AA, 67 and 3D. RGB value is (170,103,61). Sum of RGB (Red+Green+Blue) = 170+103+61=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA673D is #5598C2. Grayscale: #767676. Windows color (decimal): -5609667 or 4024234. OLE color: 4024234.

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

Color convert

RGB17010361-
CMYK00.390.640.33
HSL23.12º47.19%45.29%-
HSV(B)23.12º64.12%66.67%-
XYZ22.2718.586.83-
YUV118.2495.7164.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=50.90%
G=30.84%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701036100.390.640.3323.1247.1945.29
HexAA673D0274021172f2d
Octal2521477504710041275755
Binary1010101011001111111010100111100000010000110111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA673D; }

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

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

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

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

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

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

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

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