Html Css Color HEX #AD763F Bourbon

📋 copy color: '#AD763F'

red 173 ◦ green 118 ◦ blue 63

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

Shades of Bourbon #AD763F

Tints of Bourbon #AD763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 63 (25% from 255) = 17.8%

R = 48.87%
G = 33.33%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD763F (or 0xAD763F) is known color: Bourbon. HEX triplet: AD, 76 and 3F. RGB value is (173,118,63). Sum of RGB (Red+Green+Blue) = 173+118+63=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD763F is #5289C0. Grayscale: #808080. Windows color (decimal): -5409217 or 4159149. OLE color: 4159149.

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

Color convert

RGB 173 118 63 -
CMYK 0 0.32 0.64 0.32
HSL 30º 0.47% 0.46% -
HSV(B) 30º 0.64% 0.68% -
XYZ 24.61 22.2 7.69 -
YUV 128.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 173 118 63 0 0.32 0.64 0.32 30 0.47 0.46
Hex AD 76 3F 0 20 40 20 1E 2F 2E
Octal 255 166 77 0 40 100 40 36 57 56
Binary 10101101 1110110 111111 0 100000 1000000 100000 11110 101111 101110

Color Harmonies of #AD763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD763F

Black with #AD763F

Text Example


Text Example

White with #AD763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD763F; }

 p { color: rgb(173,118,63); }

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

background-color css

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

 a { background-color: rgb(173,118,63); }

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

border-color css

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

 span { border-color: rgb(173,118,63); }

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