#AD7945

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

Shades of Bourbon #AD7945

Tints of Bourbon #AD7945

Color information

#AD7945 (or 0xAD7945) is unknown color: approx Bourbon. HEX triplet: AD, 79 and 45. RGB value is (173,121,69). Sum of RGB (Red+Green+Blue) = 173+121+69=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7945 is #5286BA. Grayscale: #828282. Windows color (decimal): -5408443 or 4553133. OLE color: 4553133.

HSL color Cylindrical-coordinate representation of color #AD7945: hue angle of 30º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD7945 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17312169-
CMYK00.300.600.32
HSL30º42.98%47.45%-
HSV(B)30º60.12%67.84%-
XYZ25.1522.998.74-
YUV130.6293.23158.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=47.66%
G=33.33%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731216900.300.600.323042.9847.45
HexAD794501E3C201e2b2f
Octal2551711050367440365357
Binary101011011111001100010101111011110010000011110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7945; }

 p { color: rgb(173,121,69); }

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

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

 a { background-color: rgb(173,121,69); }

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

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

 span { border-color: rgb(173,121,69); }

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