Html Css Color HEX #AD7548 Bourbon

📋 copy color: '#AD7548'

red 173 ◦ green 117 ◦ blue 72

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

Shades of Bourbon #AD7548

Tints of Bourbon #AD7548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.32%

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

R = 47.79%
G = 32.32%
B = 19.89%

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

#AD7548 (or 0xAD7548) is known color: Bourbon. HEX triplet: AD, 75 and 48. RGB value is (173,117,72). Sum of RGB (Red+Green+Blue) = 173+117+72=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7548 is #528AB7. Grayscale: #808080. Windows color (decimal): -5409464 or 4748717. OLE color: 4748717.

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

Color convert

RGB 173 117 72 -
CMYK 0 0.32 0.58 0.32
HSL 26.73º 0.41% 0.48% -
HSV(B) 26.73º 0.58% 0.68% -
XYZ 24.76 22.07 9.09 -
YUV 128.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 173 117 72 0 0.32 0.58 0.32 26.73 0.41 0.48
Hex AD 75 48 0 20 3A 20 1B 29 30
Octal 255 165 110 0 40 72 40 33 51 60
Binary 10101101 1110101 1001000 0 100000 111010 100000 11011 101001 110000

Color Harmonies of #AD7548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7548

Black with #AD7548

Text Example


Text Example

White with #AD7548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7548; }

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

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

background-color css

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

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

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

border-color css

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

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

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