Html Css Color HEX #AD6944 Bourbon

📋 copy color: '#AD6944'

red 173 ◦ green 105 ◦ blue 68

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

Shades of Bourbon #AD6944

Tints of Bourbon #AD6944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 50%
G = 30.35%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6944 (or 0xAD6944) is known color: Bourbon. HEX triplet: AD, 69 and 44. RGB value is (173,105,68). Sum of RGB (Red+Green+Blue) = 173+105+68=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6944 is #5296BB. Grayscale: #797979. Windows color (decimal): -5412540 or 4483501. OLE color: 4483501.

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

Color convert

RGB 173 105 68 -
CMYK 0 0.39 0.61 0.32
HSL 21.14º 0.44% 0.47% -
HSV(B) 21.14º 0.61% 0.68% -
XYZ 23.33 19.4 7.98 -
YUV 121.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 173 105 68 0 0.39 0.61 0.32 21.14 0.44 0.47
Hex AD 69 44 0 27 3D 20 15 2C 2F
Octal 255 151 104 0 47 75 40 25 54 57
Binary 10101101 1101001 1000100 0 100111 111101 100000 10101 101100 101111

Color Harmonies of #AD6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6944

Black with #AD6944

Text Example


Text Example

White with #AD6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6944; }

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

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

background-color css

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

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

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

border-color css

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

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

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