Html Css Color HEX #AD763D Bourbon

📋 copy color: '#AD763D'

red 173 ◦ green 118 ◦ blue 61

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

Shades of Bourbon #AD763D

Tints of Bourbon #AD763D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 49.15%
G = 33.52%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD763D (or 0xAD763D) is known color: Bourbon. HEX triplet: AD, 76 and 3D. RGB value is (173,118,61). Sum of RGB (Red+Green+Blue) = 173+118+61=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD763D is #5289C2. Grayscale: #808080. Windows color (decimal): -5409219 or 4028077. OLE color: 4028077.

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

Color convert

RGB 173 118 61 -
CMYK 0 0.32 0.65 0.32
HSL 30.54º 0.48% 0.46% -
HSV(B) 30.54º 0.65% 0.68% -
XYZ 24.55 22.18 7.4 -
YUV 127.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 173 118 61 0 0.32 0.65 0.32 30.54 0.48 0.46
Hex AD 76 3D 0 20 41 20 1F 30 2E
Octal 255 166 75 0 40 101 40 37 60 56
Binary 10101101 1110110 111101 0 100000 1000001 100000 11111 110000 101110

Color Harmonies of #AD763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD763D

Black with #AD763D

Text Example


Text Example

White with #AD763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD763D; }

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

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

background-color css

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

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

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

border-color css

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

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

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