#AD653B

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

Shades of Bourbon #AD653B

Tints of Bourbon #AD653B

Color information

#AD653B (or 0xAD653B) is unknown color: approx Bourbon. HEX triplet: AD, 65 and 3B. RGB value is (173,101,59). Sum of RGB (Red+Green+Blue) = 173+101+59=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD653B is #529AC4. Grayscale: #757575. Windows color (decimal): -5413573 or 3892653. OLE color: 3892653.

HSL color Cylindrical-coordinate representation of color #AD653B: hue angle of 22.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD653B is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17310159-
CMYK00.420.660.32
HSL22.11º49.14%45.49%-
HSV(B)22.11º65.9%67.84%-
XYZ22.6818.516.51-
YUV117.7494.85167.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.95%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=51.95%
G=30.33%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731015900.420.660.3222.1149.1445.49
HexAD653B02A422016312d
Octal2551457305210240266155
Binary1010110111001011110110101010100001010000010110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD653B; }

 p { color: rgb(173,101,59); }

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

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

 a { background-color: rgb(173,101,59); }

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

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

 span { border-color: rgb(173,101,59); }

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