Html Css Color HEX #AD743D Bourbon

📋 copy color: '#AD743D'

red 173 ◦ green 116 ◦ blue 61

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

Shades of Bourbon #AD743D

Tints of Bourbon #AD743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 49.43%
G = 33.14%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD743D (or 0xAD743D) is known color: Bourbon. HEX triplet: AD, 74 and 3D. RGB value is (173,116,61). Sum of RGB (Red+Green+Blue) = 173+116+61=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD743D is #528BC2. Grayscale: #7F7F7F. Windows color (decimal): -5409731 or 4027565. OLE color: 4027565.

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

Color convert

RGB 173 116 61 -
CMYK 0 0.33 0.65 0.32
HSL 29.46º 0.48% 0.46% -
HSV(B) 29.46º 0.65% 0.68% -
XYZ 24.32 21.71 7.32 -
YUV 126.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 173 116 61 0 0.33 0.65 0.32 29.46 0.48 0.46
Hex AD 74 3D 0 21 41 20 1D 30 2E
Octal 255 164 75 0 41 101 40 35 60 56
Binary 10101101 1110100 111101 0 100001 1000001 100000 11101 110000 101110

Color Harmonies of #AD743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD743D

Black with #AD743D

Text Example


Text Example

White with #AD743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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