Html Css Color HEX #AD6840 Bourbon

📋 copy color: '#AD6840'

red 173 ◦ green 104 ◦ blue 64

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

Shades of Bourbon #AD6840

Tints of Bourbon #AD6840

RGB

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

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

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

R = 50.73%
G = 30.5%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD6840 (or 0xAD6840) is known color: Bourbon. HEX triplet: AD, 68 and 40. RGB value is (173,104,64). Sum of RGB (Red+Green+Blue) = 173+104+64=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6840 is #5297BF. Grayscale: #787878. Windows color (decimal): -5412800 or 4221101. OLE color: 4221101.

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

Color convert

RGB 173 104 64 -
CMYK 0 0.40 0.63 0.32
HSL 22.02º 0.46% 0.46% -
HSV(B) 22.02º 0.63% 0.68% -
XYZ 23.11 19.16 7.33 -
YUV 120.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 173 104 64 0 0.40 0.63 0.32 22.02 0.46 0.46
Hex AD 68 40 0 28 3F 20 16 2E 2E
Octal 255 150 100 0 50 77 40 26 56 56
Binary 10101101 1101000 1000000 0 101000 111111 100000 10110 101110 101110

Color Harmonies of #AD6840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6840

Black with #AD6840

Text Example


Text Example

White with #AD6840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6840; }

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

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

background-color css

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

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

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

border-color css

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

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

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