Html Css Color HEX #AD6C44 Bourbon

📋 copy color: '#AD6C44'

red 173 ◦ green 108 ◦ blue 68

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

Shades of Bourbon #AD6C44

Tints of Bourbon #AD6C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 49.57%
G = 30.95%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6C44 (or 0xAD6C44) is known color: Bourbon. HEX triplet: AD, 6C and 44. RGB value is (173,108,68). Sum of RGB (Red+Green+Blue) = 173+108+68=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6C44 is #5293BB. Grayscale: #7B7B7B. Windows color (decimal): -5411772 or 4484269. OLE color: 4484269.

HSL color Cylindrical-coordinate representation of color #AD6C44: hue angle of 22.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD6C44 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 108 68 -
CMYK 0 0.38 0.61 0.32
HSL 22.86º 0.44% 0.47% -
HSV(B) 22.86º 0.61% 0.68% -
XYZ 23.64 20.03 8.09 -
YUV 122.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 173 108 68 0 0.38 0.61 0.32 22.86 0.44 0.47
Hex AD 6C 44 0 26 3D 20 17 2C 2F
Octal 255 154 104 0 46 75 40 27 54 57
Binary 10101101 1101100 1000100 0 100110 111101 100000 10111 101100 101111

Color Harmonies of #AD6C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C44

Black with #AD6C44

Text Example


Text Example

White with #AD6C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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