Html Css Color HEX #AD703A Bourbon

📋 copy color: '#AD703A'

red 173 ◦ green 112 ◦ blue 58

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

Shades of Bourbon #AD703A

Tints of Bourbon #AD703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 50.44%
G = 32.65%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD703A (or 0xAD703A) is known color: Bourbon. HEX triplet: AD, 70 and 3A. RGB value is (173,112,58). Sum of RGB (Red+Green+Blue) = 173+112+58=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD703A is #528FC5. Grayscale: #7C7C7C. Windows color (decimal): -5410758 or 3829933. OLE color: 3829933.

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

Color convert

RGB 173 112 58 -
CMYK 0 0.35 0.66 0.32
HSL 28.17º 0.5% 0.45% -
HSV(B) 28.17º 0.66% 0.68% -
XYZ 23.79 20.78 6.76 -
YUV 124.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 173 112 58 0 0.35 0.66 0.32 28.17 0.5 0.45
Hex AD 70 3A 0 23 42 20 1C 32 2D
Octal 255 160 72 0 43 102 40 34 62 55
Binary 10101101 1110000 111010 0 100011 1000010 100000 11100 110010 101101

Color Harmonies of #AD703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD703A

Black with #AD703A

Text Example


Text Example

White with #AD703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD703A; }

 p { color: rgb(173,112,58); }

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

background-color css

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

 a { background-color: rgb(173,112,58); }

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

border-color css

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

 span { border-color: rgb(173,112,58); }

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