Html Css Color HEX #AD764C Bourbon

📋 copy color: '#AD764C'

red 173 ◦ green 118 ◦ blue 76

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

Shades of Bourbon #AD764C

Tints of Bourbon #AD764C

RGB

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

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

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

R = 47.14%
G = 32.15%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD764C (or 0xAD764C) is known color: Bourbon. HEX triplet: AD, 76 and 4C. RGB value is (173,118,76). Sum of RGB (Red+Green+Blue) = 173+118+76=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD764C is #5289B3. Grayscale: #818181. Windows color (decimal): -5409204 or 5011117. OLE color: 5011117.

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

Color convert

RGB 173 118 76 -
CMYK 0 0.32 0.56 0.32
HSL 25.98º 0.39% 0.49% -
HSV(B) 25.98º 0.56% 0.68% -
XYZ 25.02 22.36 9.84 -
YUV 129.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 173 118 76 0 0.32 0.56 0.32 25.98 0.39 0.49
Hex AD 76 4C 0 20 38 20 1A 27 31
Octal 255 166 114 0 40 70 40 32 47 61
Binary 10101101 1110110 1001100 0 100000 111000 100000 11010 100111 110001

Color Harmonies of #AD764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD764C

Black with #AD764C

Text Example


Text Example

White with #AD764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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