Html Css Color HEX #AD7848 Bourbon

📋 copy color: '#AD7848'

red 173 ◦ green 120 ◦ blue 72

#AD7848
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #AD7848

Tints of Bourbon #AD7848

RGB

 RED value IS 173 (67.97% from 255) = 47.4%

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 47.4%
G = 32.88%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD7848 (or 0xAD7848) is known color: Bourbon. HEX triplet: AD, 78 and 48. RGB value is (173,120,72). Sum of RGB (Red+Green+Blue) = 173+120+72=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7848 is #5287B7. Grayscale: #828282. Windows color (decimal): -5408696 or 4749485. OLE color: 4749485.

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

Color convert

RGB 173 120 72 -
CMYK 0 0.31 0.58 0.32
HSL 28.51º 0.41% 0.48% -
HSV(B) 28.51º 0.58% 0.68% -
XYZ 25.12 22.79 9.2 -
YUV 130.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 173 120 72 0 0.31 0.58 0.32 28.51 0.41 0.48
Hex AD 78 48 0 1F 3A 20 1D 29 30
Octal 255 170 110 0 37 72 40 35 51 60
Binary 10101101 1111000 1001000 0 11111 111010 100000 11101 101001 110000

Color Harmonies of #AD7848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7848

Black with #AD7848

Text Example


Text Example

White with #AD7848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7848; }

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

 H1.HeaderClassName
 {
   color: #AD7848;
 }
 .AnyTagClassName
 {
   color: #AD7848;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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