Html Css Color HEX #AD6B38 Bourbon

📋 copy color: '#AD6B38'

red 173 ◦ green 107 ◦ blue 56

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

Shades of Bourbon #AD6B38

Tints of Bourbon #AD6B38

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

 BLUE value IS 56 (22.27% from 255) = 16.67%

R = 51.49%
G = 31.85%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD6B38 (or 0xAD6B38) is known color: Bourbon. HEX triplet: AD, 6B and 38. RGB value is (173,107,56). Sum of RGB (Red+Green+Blue) = 173+107+56=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B38 is #5294C7. Grayscale: #797979. Windows color (decimal): -5412040 or 3697581. OLE color: 3697581.

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

Color convert

RGB 173 107 56 -
CMYK 0 0.38 0.68 0.32
HSL 26.15º 0.51% 0.45% -
HSV(B) 26.15º 0.68% 0.68% -
XYZ 23.21 19.69 6.32 -
YUV 120.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 173 107 56 0 0.38 0.68 0.32 26.15 0.51 0.45
Hex AD 6B 38 0 26 44 20 1A 33 2D
Octal 255 153 70 0 46 104 40 32 63 55
Binary 10101101 1101011 111000 0 100110 1000100 100000 11010 110011 101101

Color Harmonies of #AD6B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B38

Black with #AD6B38

Text Example


Text Example

White with #AD6B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B38; }

 p { color: rgb(173,107,56); }

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

background-color css

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

 a { background-color: rgb(173,107,56); }

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

border-color css

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

 span { border-color: rgb(173,107,56); }

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