Html Css Color HEX #AD6E3D Bourbon

📋 copy color: '#AD6E3D'

red 173 ◦ green 110 ◦ blue 61

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

Shades of Bourbon #AD6E3D

Tints of Bourbon #AD6E3D

RGB

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

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

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

R = 50.29%
G = 31.98%
B = 17.73%

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

#AD6E3D (or 0xAD6E3D) is known color: Bourbon. HEX triplet: AD, 6E and 3D. RGB value is (173,110,61). Sum of RGB (Red+Green+Blue) = 173+110+61=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E3D is #5291C2. Grayscale: #7B7B7B. Windows color (decimal): -5411267 or 4026029. OLE color: 4026029.

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

Color convert

RGB 173 110 61 -
CMYK 0 0.36 0.65 0.32
HSL 26.25º 0.48% 0.46% -
HSV(B) 26.25º 0.65% 0.68% -
XYZ 23.65 20.37 7.1 -
YUV 123.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 173 110 61 0 0.36 0.65 0.32 26.25 0.48 0.46
Hex AD 6E 3D 0 24 41 20 1A 30 2E
Octal 255 156 75 0 44 101 40 32 60 56
Binary 10101101 1101110 111101 0 100100 1000001 100000 11010 110000 101110

Color Harmonies of #AD6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E3D

Black with #AD6E3D

Text Example


Text Example

White with #AD6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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