Html Css Color HEX #AD723E Bourbon

📋 copy color: '#AD723E'

red 173 ◦ green 114 ◦ blue 62

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

Shades of Bourbon #AD723E

Tints of Bourbon #AD723E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

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

R = 49.57%
G = 32.66%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD723E (or 0xAD723E) is known color: Bourbon. HEX triplet: AD, 72 and 3E. RGB value is (173,114,62). Sum of RGB (Red+Green+Blue) = 173+114+62=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD723E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD723E is #528DC1. Grayscale: #7D7D7D. Windows color (decimal): -5410242 or 4092589. OLE color: 4092589.

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

Color convert

RGB 173 114 62 -
CMYK 0 0.34 0.64 0.32
HSL 28.11º 0.47% 0.46% -
HSV(B) 28.11º 0.64% 0.68% -
XYZ 24.12 21.27 7.39 -
YUV 125.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 173 114 62 0 0.34 0.64 0.32 28.11 0.47 0.46
Hex AD 72 3E 0 22 40 20 1C 2F 2E
Octal 255 162 76 0 42 100 40 34 57 56
Binary 10101101 1110010 111110 0 100010 1000000 100000 11100 101111 101110

Color Harmonies of #AD723E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD723E

Black with #AD723E

Text Example


Text Example

White with #AD723E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD723E; }

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

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

background-color css

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

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

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

border-color css

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

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

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