Html Css Color HEX #AD6838 Bourbon

📋 copy color: '#AD6838'

red 173 ◦ green 104 ◦ blue 56

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

Shades of Bourbon #AD6838

Tints of Bourbon #AD6838

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

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

R = 51.95%
G = 31.23%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD6838 (or 0xAD6838) is known color: Bourbon. HEX triplet: AD, 68 and 38. RGB value is (173,104,56). Sum of RGB (Red+Green+Blue) = 173+104+56=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6838 is #5297C7. Grayscale: #777777. Windows color (decimal): -5412808 or 3696813. OLE color: 3696813.

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

Color convert

RGB 173 104 56 -
CMYK 0 0.40 0.68 0.32
HSL 24.62º 0.51% 0.45% -
HSV(B) 24.62º 0.68% 0.68% -
XYZ 22.9 19.07 6.22 -
YUV 119.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 173 104 56 0 0.40 0.68 0.32 24.62 0.51 0.45
Hex AD 68 38 0 28 44 20 19 33 2D
Octal 255 150 70 0 50 104 40 31 63 55
Binary 10101101 1101000 111000 0 101000 1000100 100000 11001 110011 101101

Color Harmonies of #AD6838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6838

Black with #AD6838

Text Example


Text Example

White with #AD6838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6838; }

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

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

background-color css

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

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

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

border-color css

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

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

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