Html Css Color HEX #AD783E Bourbon

📋 copy color: '#AD783E'

red 173 ◦ green 120 ◦ blue 62

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

Shades of Bourbon #AD783E

Tints of Bourbon #AD783E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 48.73%
G = 33.8%
B = 17.46%

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

#AD783E (or 0xAD783E) is known color: Bourbon. HEX triplet: AD, 78 and 3E. RGB value is (173,120,62). Sum of RGB (Red+Green+Blue) = 173+120+62=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD783E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD783E is #5287C1. Grayscale: #818181. Windows color (decimal): -5408706 or 4094125. OLE color: 4094125.

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

Color convert

RGB 173 120 62 -
CMYK 0 0.31 0.64 0.32
HSL 31.35º 0.47% 0.46% -
HSV(B) 31.35º 0.64% 0.68% -
XYZ 24.82 22.66 7.62 -
YUV 129.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 173 120 62 0 0.31 0.64 0.32 31.35 0.47 0.46
Hex AD 78 3E 0 1F 40 20 1F 2F 2E
Octal 255 170 76 0 37 100 40 37 57 56
Binary 10101101 1111000 111110 0 11111 1000000 100000 11111 101111 101110

Color Harmonies of #AD783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD783E

Black with #AD783E

Text Example


Text Example

White with #AD783E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD783E; }

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

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

background-color css

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

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

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

border-color css

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

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

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