Html Css Color HEX #AD713B Bourbon

📋 copy color: '#AD713B'

red 173 ◦ green 113 ◦ blue 59

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

Shades of Bourbon #AD713B

Tints of Bourbon #AD713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 50.14%
G = 32.75%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD713B (or 0xAD713B) is known color: Bourbon. HEX triplet: AD, 71 and 3B. RGB value is (173,113,59). Sum of RGB (Red+Green+Blue) = 173+113+59=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD713B is #528EC4. Grayscale: #7D7D7D. Windows color (decimal): -5410501 or 3895725. OLE color: 3895725.

HSL color Cylindrical-coordinate representation of color #AD713B: hue angle of 28.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD713B is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 59 -
CMYK 0 0.35 0.66 0.32
HSL 28.42º 0.49% 0.45% -
HSV(B) 28.42º 0.66% 0.68% -
XYZ 23.93 21.01 6.93 -
YUV 124.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 173 113 59 0 0.35 0.66 0.32 28.42 0.49 0.45
Hex AD 71 3B 0 23 42 20 1C 31 2D
Octal 255 161 73 0 43 102 40 34 61 55
Binary 10101101 1110001 111011 0 100011 1000010 100000 11100 110001 101101

Color Harmonies of #AD713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD713B

Black with #AD713B

Text Example


Text Example

White with #AD713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD713B; }

 p { color: rgb(173,113,59); }

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

background-color css

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

 a { background-color: rgb(173,113,59); }

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

border-color css

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

 span { border-color: rgb(173,113,59); }

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