#AA683F

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

Shades of Bourbon #AA683F

Tints of Bourbon #AA683F

Color information

#AA683F (or 0xAA683F) is unknown color: approx Bourbon. HEX triplet: AA, 68 and 3F. RGB value is (170,104,63). Sum of RGB (Red+Green+Blue) = 170+104+63=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA683F is #5597C0. Grayscale: #777777. Windows color (decimal): -5609409 or 4155562. OLE color: 4155562.

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

Color convert

RGB17010463-
CMYK00.390.630.33
HSL22.99º45.92%45.69%-
HSV(B)22.99º62.94%66.67%-
XYZ22.4318.817.15-
YUV119.0696.37164.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 63 (25% from 255) = 18.69%
R=50.45%
G=30.86%
B=18.69%

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
Decimal1701046300.390.630.3322.9945.9245.69
HexAA683F0273F21172e2e
Octal252150770477741275656
Binary101010101101000111111010011111111110000110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA683F; }

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

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

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

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

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

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

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

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