Html Css Color HEX #AD6C3D Bourbon

📋 copy color: '#AD6C3D'

red 173 ◦ green 108 ◦ blue 61

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

Shades of Bourbon #AD6C3D

Tints of Bourbon #AD6C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

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

R = 50.58%
G = 31.58%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD6C3D (or 0xAD6C3D) is known color: Bourbon. HEX triplet: AD, 6C and 3D. RGB value is (173,108,61). Sum of RGB (Red+Green+Blue) = 173+108+61=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6C3D is #5293C2. Grayscale: #7A7A7A. Windows color (decimal): -5411779 or 4025517. OLE color: 4025517.

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

Color convert

RGB 173 108 61 -
CMYK 0 0.38 0.65 0.32
HSL 25.18º 0.48% 0.46% -
HSV(B) 25.18º 0.65% 0.68% -
XYZ 23.44 19.95 7.03 -
YUV 122.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 173 108 61 0 0.38 0.65 0.32 25.18 0.48 0.46
Hex AD 6C 3D 0 26 41 20 19 30 2E
Octal 255 154 75 0 46 101 40 31 60 56
Binary 10101101 1101100 111101 0 100110 1000001 100000 11001 110000 101110

Color Harmonies of #AD6C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C3D

Black with #AD6C3D

Text Example


Text Example

White with #AD6C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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