Html Css Color HEX #AD6E3C Bourbon

📋 copy color: '#AD6E3C'

red 173 ◦ green 110 ◦ blue 60

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

Shades of Bourbon #AD6E3C

Tints of Bourbon #AD6E3C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 50.44%
G = 32.07%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD6E3C (or 0xAD6E3C) is known color: Bourbon. HEX triplet: AD, 6E and 3C. RGB value is (173,110,60). Sum of RGB (Red+Green+Blue) = 173+110+60=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E3C is #5291C3. Grayscale: #7B7B7B. Windows color (decimal): -5411268 or 3960493. OLE color: 3960493.

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

Color convert

RGB 173 110 60 -
CMYK 0 0.36 0.65 0.32
HSL 26.55º 0.48% 0.46% -
HSV(B) 26.55º 0.65% 0.68% -
XYZ 23.63 20.36 6.96 -
YUV 123.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 173 110 60 0 0.36 0.65 0.32 26.55 0.48 0.46
Hex AD 6E 3C 0 24 41 20 1B 30 2E
Octal 255 156 74 0 44 101 40 33 60 56
Binary 10101101 1101110 111100 0 100100 1000001 100000 11011 110000 101110

Color Harmonies of #AD6E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E3C

Black with #AD6E3C

Text Example


Text Example

White with #AD6E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E3C; }

 p { color: rgb(173,110,60); }

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

background-color css

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

 a { background-color: rgb(173,110,60); }

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

border-color css

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

 span { border-color: rgb(173,110,60); }

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