Html Css Color HEX #AD793F Bourbon

📋 copy color: '#AD793F'

red 173 ◦ green 121 ◦ blue 63

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

Shades of Bourbon #AD793F

Tints of Bourbon #AD793F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 48.46%
G = 33.89%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD793F (or 0xAD793F) is known color: Bourbon. HEX triplet: AD, 79 and 3F. RGB value is (173,121,63). Sum of RGB (Red+Green+Blue) = 173+121+63=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD793F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD793F is #5286C0. Grayscale: #828282. Windows color (decimal): -5408449 or 4159917. OLE color: 4159917.

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

Color convert

RGB 173 121 63 -
CMYK 0 0.30 0.64 0.32
HSL 31.64º 0.47% 0.46% -
HSV(B) 31.64º 0.64% 0.68% -
XYZ 24.97 22.92 7.81 -
YUV 129.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 173 121 63 0 0.30 0.64 0.32 31.64 0.47 0.46
Hex AD 79 3F 0 1E 40 20 20 2F 2E
Octal 255 171 77 0 36 100 40 40 57 56
Binary 10101101 1111001 111111 0 11110 1000000 100000 100000 101111 101110

Color Harmonies of #AD793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD793F

Black with #AD793F

Text Example


Text Example

White with #AD793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD793F; }

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

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

background-color css

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

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

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

border-color css

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

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

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