Html Css Color HEX #AD773D Bourbon

📋 copy color: '#AD773D'

red 173 ◦ green 119 ◦ blue 61

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

Shades of Bourbon #AD773D

Tints of Bourbon #AD773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.28%

R = 49.01%
G = 33.71%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD773D (or 0xAD773D) is known color: Bourbon. HEX triplet: AD, 77 and 3D. RGB value is (173,119,61). Sum of RGB (Red+Green+Blue) = 173+119+61=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD773D is #5288C2. Grayscale: #808080. Windows color (decimal): -5408963 or 4028333. OLE color: 4028333.

HSL color Cylindrical-coordinate representation of color #AD773D: hue angle of 31.07º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD773D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 119 61 -
CMYK 0 0.31 0.65 0.32
HSL 31.07º 0.48% 0.46% -
HSV(B) 31.07º 0.65% 0.68% -
XYZ 24.67 22.41 7.44 -
YUV 128.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 173 119 61 0 0.31 0.65 0.32 31.07 0.48 0.46
Hex AD 77 3D 0 1F 41 20 1F 30 2E
Octal 255 167 75 0 37 101 40 37 60 56
Binary 10101101 1110111 111101 0 11111 1000001 100000 11111 110000 101110

Color Harmonies of #AD773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD773D

Black with #AD773D

Text Example


Text Example

White with #AD773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD773D; }

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

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

background-color css

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

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

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

border-color css

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

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

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