Html Css Color HEX #AD7148 Bourbon

📋 copy color: '#AD7148'

red 173 ◦ green 113 ◦ blue 72

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

Shades of Bourbon #AD7148

Tints of Bourbon #AD7148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

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

R = 48.32%
G = 31.56%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD7148 (or 0xAD7148) is known color: Bourbon. HEX triplet: AD, 71 and 48. RGB value is (173,113,72). Sum of RGB (Red+Green+Blue) = 173+113+72=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7148 is #528EB7. Grayscale: #7E7E7E. Windows color (decimal): -5410488 or 4747693. OLE color: 4747693.

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

Color convert

RGB 173 113 72 -
CMYK 0 0.35 0.58 0.32
HSL 24.36º 0.41% 0.48% -
HSV(B) 24.36º 0.58% 0.68% -
XYZ 24.31 21.16 8.93 -
YUV 126.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 173 113 72 0 0.35 0.58 0.32 24.36 0.41 0.48
Hex AD 71 48 0 23 3A 20 18 29 30
Octal 255 161 110 0 43 72 40 30 51 60
Binary 10101101 1110001 1001000 0 100011 111010 100000 11000 101001 110000

Color Harmonies of #AD7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7148

Black with #AD7148

Text Example


Text Example

White with #AD7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7148; }

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

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

background-color css

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

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

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

border-color css

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

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

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