#AD693F

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

Shades of Bourbon #AD693F

Tints of Bourbon #AD693F

Color information

#AD693F (or 0xAD693F) is unknown color: approx Bourbon. HEX triplet: AD, 69 and 3F. RGB value is (173,105,63). Sum of RGB (Red+Green+Blue) = 173+105+63=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD693F is #5296C0. Grayscale: #787878. Windows color (decimal): -5412545 or 4155821. OLE color: 4155821.

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

Color convert

RGB17310563-
CMYK00.390.640.32
HSL22.91º46.61%46.27%-
HSV(B)22.91º63.58%67.84%-
XYZ23.1819.357.21-
YUV120.5495.53165.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 63 (25% from 255) = 18.48%
R=50.73%
G=30.79%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731056300.390.640.3222.9146.6146.27
HexAD693F0274020172f2e
Octal2551517704710040275756
Binary1010110111010011111110100111100000010000010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD693F; }

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

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

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

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

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

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

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

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