Html Css Color HEX #AD774C Bourbon

📋 copy color: '#AD774C'

red 173 ◦ green 119 ◦ blue 76

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

Shades of Bourbon #AD774C

Tints of Bourbon #AD774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 47.01%
G = 32.34%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD774C (or 0xAD774C) is known color: Bourbon. HEX triplet: AD, 77 and 4C. RGB value is (173,119,76). Sum of RGB (Red+Green+Blue) = 173+119+76=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD774C is #5288B3. Grayscale: #828282. Windows color (decimal): -5408948 or 5011373. OLE color: 5011373.

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

Color convert

RGB 173 119 76 -
CMYK 0 0.31 0.56 0.32
HSL 26.6º 0.39% 0.49% -
HSV(B) 26.6º 0.56% 0.68% -
XYZ 25.13 22.6 9.87 -
YUV 130.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 173 119 76 0 0.31 0.56 0.32 26.6 0.39 0.49
Hex AD 77 4C 0 1F 38 20 1B 27 31
Octal 255 167 114 0 37 70 40 33 47 61
Binary 10101101 1110111 1001100 0 11111 111000 100000 11011 100111 110001

Color Harmonies of #AD774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD774C

Black with #AD774C

Text Example


Text Example

White with #AD774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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