#AD673F

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

Shades of Bourbon #AD673F

Tints of Bourbon #AD673F

Color information

#AD673F (or 0xAD673F) is unknown color: approx Bourbon. HEX triplet: AD, 67 and 3F. RGB value is (173,103,63). Sum of RGB (Red+Green+Blue) = 173+103+63=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD673F is #5298C0. Grayscale: #777777. Windows color (decimal): -5413057 or 4155309. OLE color: 4155309.

HSL color Cylindrical-coordinate representation of color #AD673F: hue angle of 21.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD673F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17310363-
CMYK00.400.640.32
HSL21.82º46.61%46.27%-
HSV(B)21.82º63.58%67.84%-
XYZ22.9818.947.15-
YUV119.3796.19166.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.03%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 63 (25% from 255) = 18.58%
R=51.03%
G=30.38%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731036300.400.640.3221.8246.6146.27
HexAD673F0284020162f2e
Octal2551477705010040265756
Binary1010110111001111111110101000100000010000010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD673F; }

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

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

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

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

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

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

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

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