#AD663C

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

Shades of Bourbon #AD663C

Tints of Bourbon #AD663C

Color information

#AD663C (or 0xAD663C) is unknown color: approx Bourbon. HEX triplet: AD, 66 and 3C. RGB value is (173,102,60). Sum of RGB (Red+Green+Blue) = 173+102+60=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD663C is #5299C3. Grayscale: #767676. Windows color (decimal): -5413316 or 3958445. OLE color: 3958445.

HSL color Cylindrical-coordinate representation of color #AD663C: hue angle of 22.3º 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 #AD663C is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB17310260-
CMYK00.410.650.32
HSL22.3º48.5%45.69%-
HSV(B)22.3º65.32%67.84%-
XYZ22.818.716.69-
YUV118.4495.02166.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.64%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=51.64%
G=30.45%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731026000.410.650.3222.348.545.69
HexAD663C029412016302e
Octal2551467405110140266056
Binary1010110111001101111000101001100000110000010110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD663C; }

 p { color: rgb(173,102,60); }

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

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

 a { background-color: rgb(173,102,60); }

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

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

 span { border-color: rgb(173,102,60); }

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