Html Css Color HEX #AD723D Bourbon

📋 copy color: '#AD723D'

red 173 ◦ green 114 ◦ blue 61

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

Shades of Bourbon #AD723D

Tints of Bourbon #AD723D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 49.71%
G = 32.76%
B = 17.53%

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

#AD723D (or 0xAD723D) is known color: Bourbon. HEX triplet: AD, 72 and 3D. RGB value is (173,114,61). Sum of RGB (Red+Green+Blue) = 173+114+61=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD723D is #528DC2. Grayscale: #7D7D7D. Windows color (decimal): -5410243 or 4027053. OLE color: 4027053.

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

Color convert

RGB 173 114 61 -
CMYK 0 0.34 0.65 0.32
HSL 28.39º 0.48% 0.46% -
HSV(B) 28.39º 0.65% 0.68% -
XYZ 24.09 21.26 7.25 -
YUV 125.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 173 114 61 0 0.34 0.65 0.32 28.39 0.48 0.46
Hex AD 72 3D 0 22 41 20 1C 30 2E
Octal 255 162 75 0 42 101 40 34 60 56
Binary 10101101 1110010 111101 0 100010 1000001 100000 11100 110000 101110

Color Harmonies of #AD723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD723D

Black with #AD723D

Text Example


Text Example

White with #AD723D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD723D; }

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

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

background-color css

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

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

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

border-color css

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

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

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