Html Css Color HEX #AD7648 Bourbon

📋 copy color: '#AD7648'

red 173 ◦ green 118 ◦ blue 72

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

Shades of Bourbon #AD7648

Tints of Bourbon #AD7648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 47.66%
G = 32.51%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD7648 (or 0xAD7648) is known color: Bourbon. HEX triplet: AD, 76 and 48. RGB value is (173,118,72). Sum of RGB (Red+Green+Blue) = 173+118+72=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7648 is #5289B7. Grayscale: #818181. Windows color (decimal): -5409208 or 4748973. OLE color: 4748973.

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

Color convert

RGB 173 118 72 -
CMYK 0 0.32 0.58 0.32
HSL 27.33º 0.41% 0.48% -
HSV(B) 27.33º 0.58% 0.68% -
XYZ 24.88 22.31 9.13 -
YUV 129.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 173 118 72 0 0.32 0.58 0.32 27.33 0.41 0.48
Hex AD 76 48 0 20 3A 20 1B 29 30
Octal 255 166 110 0 40 72 40 33 51 60
Binary 10101101 1110110 1001000 0 100000 111010 100000 11011 101001 110000

Color Harmonies of #AD7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7648

Black with #AD7648

Text Example


Text Example

White with #AD7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7648; }

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

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

background-color css

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

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

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

border-color css

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

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

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