#AD7540

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

Shades of Bourbon #AD7540

Tints of Bourbon #AD7540

Color information

#AD7540 (or 0xAD7540) is unknown color: approx Bourbon. HEX triplet: AD, 75 and 40. RGB value is (173,117,64). Sum of RGB (Red+Green+Blue) = 173+117+64=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7540 is #528ABF. Grayscale: #7F7F7F. Windows color (decimal): -5409472 or 4224429. OLE color: 4224429.

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

Color convert

RGB17311764-
CMYK00.320.630.32
HSL29.17º45.99%46.47%-
HSV(B)29.17º63.01%67.84%-
XYZ24.5221.987.8-
YUV127.792.05160.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.87%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=48.87%
G=33.05%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731176400.320.630.3229.1745.9946.47
HexAD75400203F201d2e2e
Octal2551651000407740355656
Binary1010110111101011000000010000011111110000011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7540; }

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

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

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

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

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

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

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

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