#AD7048

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

Shades of Bourbon #AD7048

Tints of Bourbon #AD7048

Color information

#AD7048 (or 0xAD7048) is unknown color: approx Bourbon. HEX triplet: AD, 70 and 48. RGB value is (173,112,72). Sum of RGB (Red+Green+Blue) = 173+112+72=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7048 is #528FB7. Grayscale: #7D7D7D. Windows color (decimal): -5410744 or 4747437. OLE color: 4747437.

HSL color Cylindrical-coordinate representation of color #AD7048: hue angle of 23.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD7048 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17311272-
CMYK00.350.580.32
HSL23.76º41.22%48.04%-
HSV(B)23.76º58.38%67.84%-
XYZ24.220.948.9-
YUV125.6897.71161.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=48.46%
G=31.37%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731127200.350.580.3223.7641.2248.04
HexAD70480233A20182930
Octal2551601100437240305160
Binary1010110111100001001000010001111101010000011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7048; }

 p { color: rgb(173,112,72); }

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

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

 a { background-color: rgb(173,112,72); }

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

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

 span { border-color: rgb(173,112,72); }

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