#AA673F

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

Shades of Bourbon #AA673F

Tints of Bourbon #AA673F

Color information

#AA673F (or 0xAA673F) is unknown color: approx Bourbon. HEX triplet: AA, 67 and 3F. RGB value is (170,103,63). Sum of RGB (Red+Green+Blue) = 170+103+63=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA673F is #5598C0. Grayscale: #767676. Windows color (decimal): -5609665 or 4155306. OLE color: 4155306.

HSL color Cylindrical-coordinate representation of color #AA673F: hue angle of 22.43º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA673F is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17010363-
CMYK00.390.630.33
HSL22.43º45.92%45.69%-
HSV(B)22.43º62.94%66.67%-
XYZ22.3318.617.12-
YUV118.4796.7164.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 63 (25% from 255) = 18.75%
R=50.60%
G=30.65%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701036300.390.630.3322.4345.9245.69
HexAA673F0273F21162e2e
Octal252147770477741265656
Binary101010101100111111111010011111111110000110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA673F; }

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

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

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

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

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

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

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

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