Html Css Color HEX #AD683F Bourbon

📋 copy color: '#AD683F'

red 173 ◦ green 104 ◦ blue 63

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

Shades of Bourbon #AD683F

Tints of Bourbon #AD683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

 BLUE value IS 63 (25% from 255) = 18.53%

R = 50.88%
G = 30.59%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD683F (or 0xAD683F) is known color: Bourbon. HEX triplet: AD, 68 and 3F. RGB value is (173,104,63). Sum of RGB (Red+Green+Blue) = 173+104+63=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD683F is #5297C0. Grayscale: #787878. Windows color (decimal): -5412801 or 4155565. OLE color: 4155565.

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

Color convert

RGB 173 104 63 -
CMYK 0 0.40 0.64 0.32
HSL 22.36º 0.47% 0.46% -
HSV(B) 22.36º 0.64% 0.68% -
XYZ 23.08 19.14 7.18 -
YUV 119.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 173 104 63 0 0.40 0.64 0.32 22.36 0.47 0.46
Hex AD 68 3F 0 28 40 20 16 2F 2E
Octal 255 150 77 0 50 100 40 26 57 56
Binary 10101101 1101000 111111 0 101000 1000000 100000 10110 101111 101110

Color Harmonies of #AD683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD683F

Black with #AD683F

Text Example


Text Example

White with #AD683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD683F; }

 p { color: rgb(173,104,63); }

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

background-color css

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

 a { background-color: rgb(173,104,63); }

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

border-color css

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

 span { border-color: rgb(173,104,63); }

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