Html Css Color HEX #AD743E Bourbon

📋 copy color: '#AD743E'

red 173 ◦ green 116 ◦ blue 62

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

Shades of Bourbon #AD743E

Tints of Bourbon #AD743E

RGB

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

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

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

R = 49.29%
G = 33.05%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD743E (or 0xAD743E) is known color: Bourbon. HEX triplet: AD, 74 and 3E. RGB value is (173,116,62). Sum of RGB (Red+Green+Blue) = 173+116+62=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD743E is #528BC1. Grayscale: #7F7F7F. Windows color (decimal): -5409730 or 4093101. OLE color: 4093101.

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

Color convert

RGB 173 116 62 -
CMYK 0 0.33 0.64 0.32
HSL 29.19º 0.47% 0.46% -
HSV(B) 29.19º 0.64% 0.68% -
XYZ 24.35 21.72 7.47 -
YUV 126.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 173 116 62 0 0.33 0.64 0.32 29.19 0.47 0.46
Hex AD 74 3E 0 21 40 20 1D 2F 2E
Octal 255 164 76 0 41 100 40 35 57 56
Binary 10101101 1110100 111110 0 100001 1000000 100000 11101 101111 101110

Color Harmonies of #AD743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD743E

Black with #AD743E

Text Example


Text Example

White with #AD743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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