Html Css Color HEX #AD774A Bourbon

📋 copy color: '#AD774A'

red 173 ◦ green 119 ◦ blue 74

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

Shades of Bourbon #AD774A

Tints of Bourbon #AD774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 47.27%
G = 32.51%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD774A (or 0xAD774A) is known color: Bourbon. HEX triplet: AD, 77 and 4A. RGB value is (173,119,74). Sum of RGB (Red+Green+Blue) = 173+119+74=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD774A is #5288B5. Grayscale: #828282. Windows color (decimal): -5408950 or 4880301. OLE color: 4880301.

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

Color convert

RGB 173 119 74 -
CMYK 0 0.31 0.57 0.32
HSL 27.27º 0.4% 0.48% -
HSV(B) 27.27º 0.57% 0.68% -
XYZ 25.07 22.57 9.51 -
YUV 130.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 173 119 74 0 0.31 0.57 0.32 27.27 0.4 0.48
Hex AD 77 4A 0 1F 39 20 1B 28 30
Octal 255 167 112 0 37 71 40 33 50 60
Binary 10101101 1110111 1001010 0 11111 111001 100000 11011 101000 110000

Color Harmonies of #AD774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD774A

Black with #AD774A

Text Example


Text Example

White with #AD774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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