#AD754B

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

Shades of Bourbon #AD754B

Tints of Bourbon #AD754B

Color information

#AD754B (or 0xAD754B) is unknown color: approx Bourbon. HEX triplet: AD, 75 and 4B. RGB value is (173,117,75). Sum of RGB (Red+Green+Blue) = 173+117+75=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD754B is #528AB4. Grayscale: #818181. Windows color (decimal): -5409461 or 4945325. OLE color: 4945325.

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

Color convert

RGB17311775-
CMYK00.320.570.32
HSL25.71º39.52%48.63%-
HSV(B)25.71º56.65%67.84%-
XYZ24.8622.119.61-
YUV128.9697.55159.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=47.40%
G=32.05%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731177500.320.570.3225.7139.5248.63
HexAD754B02039201a2831
Octal2551651130407140325061
Binary1010110111101011001011010000011100110000011010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD754B; }

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

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

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

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

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

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

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

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