Html Css Color HEX #AD723C Bourbon

📋 copy color: '#AD723C'

red 173 ◦ green 114 ◦ blue 60

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

Shades of Bourbon #AD723C

Tints of Bourbon #AD723C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 49.86%
G = 32.85%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD723C (or 0xAD723C) is known color: Bourbon. HEX triplet: AD, 72 and 3C. RGB value is (173,114,60). Sum of RGB (Red+Green+Blue) = 173+114+60=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD723C is #528DC3. Grayscale: #7D7D7D. Windows color (decimal): -5410244 or 3961517. OLE color: 3961517.

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

Color convert

RGB 173 114 60 -
CMYK 0 0.34 0.65 0.32
HSL 28.67º 0.48% 0.46% -
HSV(B) 28.67º 0.65% 0.68% -
XYZ 24.07 21.25 7.11 -
YUV 125.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 173 114 60 0 0.34 0.65 0.32 28.67 0.48 0.46
Hex AD 72 3C 0 22 41 20 1D 30 2E
Octal 255 162 74 0 42 101 40 35 60 56
Binary 10101101 1110010 111100 0 100010 1000001 100000 11101 110000 101110

Color Harmonies of #AD723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD723C

Black with #AD723C

Text Example


Text Example

White with #AD723C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD723C; }

 p { color: rgb(173,114,60); }

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

background-color css

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

 a { background-color: rgb(173,114,60); }

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

border-color css

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

 span { border-color: rgb(173,114,60); }

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