#AD683D

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

Shades of Bourbon #AD683D

Tints of Bourbon #AD683D

Color information

#AD683D (or 0xAD683D) is unknown color: approx Bourbon. HEX triplet: AD, 68 and 3D. RGB value is (173,104,61). Sum of RGB (Red+Green+Blue) = 173+104+61=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD683D is #5297C2. Grayscale: #777777. Windows color (decimal): -5412803 or 4024493. OLE color: 4024493.

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

Color convert

RGB17310461-
CMYK00.400.650.32
HSL23.04º47.86%45.88%-
HSV(B)23.04º64.74%67.84%-
XYZ23.0319.126.89-
YUV119.7394.86166-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.18%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=51.18%
G=30.77%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731046100.400.650.3223.0447.8645.88
HexAD683D028412017302e
Octal2551507505010140276056
Binary1010110111010001111010101000100000110000010111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD683D; }

 p { color: rgb(173,104,61); }

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

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

 a { background-color: rgb(173,104,61); }

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

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

 span { border-color: rgb(173,104,61); }

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