Html Css Color HEX #AD7546 Bourbon

📋 copy color: '#AD7546'

red 173 ◦ green 117 ◦ blue 70

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

Shades of Bourbon #AD7546

Tints of Bourbon #AD7546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 48.06%
G = 32.5%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD7546 (or 0xAD7546) is known color: Bourbon. HEX triplet: AD, 75 and 46. RGB value is (173,117,70). Sum of RGB (Red+Green+Blue) = 173+117+70=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7546 is #528AB9. Grayscale: #808080. Windows color (decimal): -5409466 or 4617645. OLE color: 4617645.

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

Color convert

RGB 173 117 70 -
CMYK 0 0.32 0.60 0.32
HSL 27.38º 0.42% 0.48% -
HSV(B) 27.38º 0.6% 0.68% -
XYZ 24.7 22.05 8.75 -
YUV 128.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 173 117 70 0 0.32 0.60 0.32 27.38 0.42 0.48
Hex AD 75 46 0 20 3C 20 1B 2A 30
Octal 255 165 106 0 40 74 40 33 52 60
Binary 10101101 1110101 1000110 0 100000 111100 100000 11011 101010 110000

Color Harmonies of #AD7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7546

Black with #AD7546

Text Example


Text Example

White with #AD7546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7546; }

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

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

background-color css

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

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

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

border-color css

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

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

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