Html Css Color HEX #AD703E Bourbon

📋 copy color: '#AD703E'

red 173 ◦ green 112 ◦ blue 62

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

Shades of Bourbon #AD703E

Tints of Bourbon #AD703E

RGB

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

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

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

R = 49.86%
G = 32.28%
B = 17.87%

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

#AD703E (or 0xAD703E) is known color: Bourbon. HEX triplet: AD, 70 and 3E. RGB value is (173,112,62). Sum of RGB (Red+Green+Blue) = 173+112+62=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD703E is #528FC1. Grayscale: #7C7C7C. Windows color (decimal): -5410754 or 4092077. OLE color: 4092077.

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

Color convert

RGB 173 112 62 -
CMYK 0 0.35 0.64 0.32
HSL 27.03º 0.47% 0.46% -
HSV(B) 27.03º 0.64% 0.68% -
XYZ 23.9 20.82 7.32 -
YUV 124.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 173 112 62 0 0.35 0.64 0.32 27.03 0.47 0.46
Hex AD 70 3E 0 23 40 20 1B 2F 2E
Octal 255 160 76 0 43 100 40 33 57 56
Binary 10101101 1110000 111110 0 100011 1000000 100000 11011 101111 101110

Color Harmonies of #AD703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD703E

Black with #AD703E

Text Example


Text Example

White with #AD703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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