Html Css Color HEX #AD713E Bourbon

📋 copy color: '#AD713E'

red 173 ◦ green 113 ◦ blue 62

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

Shades of Bourbon #AD713E

Tints of Bourbon #AD713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 49.71%
G = 32.47%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD713E (or 0xAD713E) is known color: Bourbon. HEX triplet: AD, 71 and 3E. RGB value is (173,113,62). Sum of RGB (Red+Green+Blue) = 173+113+62=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD713E is #528EC1. Grayscale: #7D7D7D. Windows color (decimal): -5410498 or 4092333. OLE color: 4092333.

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

Color convert

RGB 173 113 62 -
CMYK 0 0.35 0.64 0.32
HSL 27.57º 0.47% 0.46% -
HSV(B) 27.57º 0.64% 0.68% -
XYZ 24.01 21.04 7.35 -
YUV 125.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 173 113 62 0 0.35 0.64 0.32 27.57 0.47 0.46
Hex AD 71 3E 0 23 40 20 1C 2F 2E
Octal 255 161 76 0 43 100 40 34 57 56
Binary 10101101 1110001 111110 0 100011 1000000 100000 11100 101111 101110

Color Harmonies of #AD713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD713E

Black with #AD713E

Text Example


Text Example

White with #AD713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD713E; }

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

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

background-color css

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

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

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

border-color css

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

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

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