Html Css Color HEX #AD6940 Bourbon

📋 copy color: '#AD6940'

red 173 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #AD6940

Tints of Bourbon #AD6940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 50.58%
G = 30.7%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD6940 (or 0xAD6940) is known color: Bourbon. HEX triplet: AD, 69 and 40. RGB value is (173,105,64). Sum of RGB (Red+Green+Blue) = 173+105+64=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6940 is #5296BF. Grayscale: #787878. Windows color (decimal): -5412544 or 4221357. OLE color: 4221357.

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

Color convert

RGB 173 105 64 -
CMYK 0 0.39 0.63 0.32
HSL 22.57º 0.46% 0.46% -
HSV(B) 22.57º 0.63% 0.68% -
XYZ 23.21 19.36 7.36 -
YUV 120.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 173 105 64 0 0.39 0.63 0.32 22.57 0.46 0.46
Hex AD 69 40 0 27 3F 20 17 2E 2E
Octal 255 151 100 0 47 77 40 27 56 56
Binary 10101101 1101001 1000000 0 100111 111111 100000 10111 101110 101110

Color Harmonies of #AD6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6940

Black with #AD6940

Text Example


Text Example

White with #AD6940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6940; }

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

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

background-color css

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

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

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

border-color css

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

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

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