Html Css Color HEX #AD6938 Bourbon

📋 copy color: '#AD6938'

red 173 ◦ green 105 ◦ blue 56

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

Shades of Bourbon #AD6938

Tints of Bourbon #AD6938

RGB

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

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

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

R = 51.8%
G = 31.44%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD6938 (or 0xAD6938) is known color: Bourbon. HEX triplet: AD, 69 and 38. RGB value is (173,105,56). Sum of RGB (Red+Green+Blue) = 173+105+56=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6938 is #5296C7. Grayscale: #787878. Windows color (decimal): -5412552 or 3697069. OLE color: 3697069.

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

Color convert

RGB 173 105 56 -
CMYK 0 0.39 0.68 0.32
HSL 25.13º 0.51% 0.45% -
HSV(B) 25.13º 0.68% 0.68% -
XYZ 23 19.27 6.25 -
YUV 119.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 173 105 56 0 0.39 0.68 0.32 25.13 0.51 0.45
Hex AD 69 38 0 27 44 20 19 33 2D
Octal 255 151 70 0 47 104 40 31 63 55
Binary 10101101 1101001 111000 0 100111 1000100 100000 11001 110011 101101

Color Harmonies of #AD6938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6938

Black with #AD6938

Text Example


Text Example

White with #AD6938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6938; }

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

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

background-color css

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

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

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

border-color css

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

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

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