#AD663D

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

Shades of Bourbon #AD663D

Tints of Bourbon #AD663D

Color information

#AD663D (or 0xAD663D) is unknown color: approx Bourbon. HEX triplet: AD, 66 and 3D. RGB value is (173,102,61). Sum of RGB (Red+Green+Blue) = 173+102+61=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD663D is #5299C2. Grayscale: #767676. Windows color (decimal): -5413315 or 4023981. OLE color: 4023981.

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

Color convert

RGB17310261-
CMYK00.410.650.32
HSL21.96º47.86%45.88%-
HSV(B)21.96º64.74%67.84%-
XYZ22.8318.726.83-
YUV118.5695.52166.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=51.49%
G=30.36%
B=18.15%

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
Decimal1731026100.410.650.3221.9647.8645.88
HexAD663D029412016302e
Octal2551467505110140266056
Binary1010110111001101111010101001100000110000010110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD663D; }

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

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

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

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

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

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

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

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