Html Css Color HEX #AD6939 Bourbon

📋 copy color: '#AD6939'

red 173 ◦ green 105 ◦ blue 57

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

Shades of Bourbon #AD6939

Tints of Bourbon #AD6939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 51.64%
G = 31.34%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD6939 (or 0xAD6939) is known color: Bourbon. HEX triplet: AD, 69 and 39. RGB value is (173,105,57). Sum of RGB (Red+Green+Blue) = 173+105+57=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6939 is #5296C6. Grayscale: #787878. Windows color (decimal): -5412551 or 3762605. OLE color: 3762605.

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

Color convert

RGB 173 105 57 -
CMYK 0 0.39 0.67 0.32
HSL 24.83º 0.5% 0.45% -
HSV(B) 24.83º 0.67% 0.68% -
XYZ 23.02 19.28 6.38 -
YUV 119.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 173 105 57 0 0.39 0.67 0.32 24.83 0.5 0.45
Hex AD 69 39 0 27 43 20 19 32 2D
Octal 255 151 71 0 47 103 40 31 62 55
Binary 10101101 1101001 111001 0 100111 1000011 100000 11001 110010 101101

Color Harmonies of #AD6939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6939

Black with #AD6939

Text Example


Text Example

White with #AD6939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6939; }

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

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

background-color css

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

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

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

border-color css

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

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

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