Html Css Color HEX #AD773E Bourbon

📋 copy color: '#AD773E'

red 173 ◦ green 119 ◦ blue 62

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

Shades of Bourbon #AD773E

Tints of Bourbon #AD773E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 48.87%
G = 33.62%
B = 17.51%

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

#AD773E (or 0xAD773E) is known color: Bourbon. HEX triplet: AD, 77 and 3E. RGB value is (173,119,62). Sum of RGB (Red+Green+Blue) = 173+119+62=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD773E is #5288C1. Grayscale: #808080. Windows color (decimal): -5408962 or 4093869. OLE color: 4093869.

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

Color convert

RGB 173 119 62 -
CMYK 0 0.31 0.64 0.32
HSL 30.81º 0.47% 0.46% -
HSV(B) 30.81º 0.64% 0.68% -
XYZ 24.7 22.43 7.58 -
YUV 128.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 173 119 62 0 0.31 0.64 0.32 30.81 0.47 0.46
Hex AD 77 3E 0 1F 40 20 1F 2F 2E
Octal 255 167 76 0 37 100 40 37 57 56
Binary 10101101 1110111 111110 0 11111 1000000 100000 11111 101111 101110

Color Harmonies of #AD773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD773E

Black with #AD773E

Text Example


Text Example

White with #AD773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD773E; }

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

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

background-color css

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

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

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

border-color css

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

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

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