#AD7740

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

Shades of Bourbon #AD7740

Tints of Bourbon #AD7740

Color information

#AD7740 (or 0xAD7740) is unknown color: approx Bourbon. HEX triplet: AD, 77 and 40. RGB value is (173,119,64). Sum of RGB (Red+Green+Blue) = 173+119+64=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7740 is #5288BF. Grayscale: #818181. Windows color (decimal): -5408960 or 4224941. OLE color: 4224941.

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

Color convert

RGB17311964-
CMYK00.310.630.32
HSL30.28º45.99%46.47%-
HSV(B)30.28º63.01%67.84%-
XYZ24.7622.457.88-
YUV128.8891.39159.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 64 (25.39% from 255) = 17.98%
R=48.60%
G=33.43%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731196400.310.630.3230.2845.9946.47
HexAD774001F3F201e2e2e
Octal2551671000377740365656
Binary101011011110111100000001111111111110000011110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7740; }

 p { color: rgb(173,119,64); }

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

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

 a { background-color: rgb(173,119,64); }

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

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

 span { border-color: rgb(173,119,64); }

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