Html Css Color HEX #AD713D Bourbon

📋 copy color: '#AD713D'

red 173 ◦ green 113 ◦ blue 61

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

Shades of Bourbon #AD713D

Tints of Bourbon #AD713D

RGB

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

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

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

R = 49.86%
G = 32.56%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD713D (or 0xAD713D) is known color: Bourbon. HEX triplet: AD, 71 and 3D. RGB value is (173,113,61). Sum of RGB (Red+Green+Blue) = 173+113+61=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD713D is #528EC2. Grayscale: #7D7D7D. Windows color (decimal): -5410499 or 4026797. OLE color: 4026797.

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

Color convert

RGB 173 113 61 -
CMYK 0 0.35 0.65 0.32
HSL 27.86º 0.48% 0.46% -
HSV(B) 27.86º 0.65% 0.68% -
XYZ 23.98 21.03 7.21 -
YUV 125.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 173 113 61 0 0.35 0.65 0.32 27.86 0.48 0.46
Hex AD 71 3D 0 23 41 20 1C 30 2E
Octal 255 161 75 0 43 101 40 34 60 56
Binary 10101101 1110001 111101 0 100011 1000001 100000 11100 110000 101110

Color Harmonies of #AD713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD713D

Black with #AD713D

Text Example


Text Example

White with #AD713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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