Html Css Color HEX #AD773F Bourbon

📋 copy color: '#AD773F'

red 173 ◦ green 119 ◦ blue 63

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

Shades of Bourbon #AD773F

Tints of Bourbon #AD773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 48.73%
G = 33.52%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD773F (or 0xAD773F) is known color: Bourbon. HEX triplet: AD, 77 and 3F. RGB value is (173,119,63). Sum of RGB (Red+Green+Blue) = 173+119+63=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD773F is #5288C0. Grayscale: #818181. Windows color (decimal): -5408961 or 4159405. OLE color: 4159405.

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

Color convert

RGB 173 119 63 -
CMYK 0 0.31 0.64 0.32
HSL 30.55º 0.47% 0.46% -
HSV(B) 30.55º 0.64% 0.68% -
XYZ 24.73 22.44 7.73 -
YUV 128.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 173 119 63 0 0.31 0.64 0.32 30.55 0.47 0.46
Hex AD 77 3F 0 1F 40 20 1F 2F 2E
Octal 255 167 77 0 37 100 40 37 57 56
Binary 10101101 1110111 111111 0 11111 1000000 100000 11111 101111 101110

Color Harmonies of #AD773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD773F

Black with #AD773F

Text Example


Text Example

White with #AD773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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