Html Css Color HEX #AD7343 Bourbon

📋 copy color: '#AD7343'

red 173 ◦ green 115 ◦ blue 67

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

Shades of Bourbon #AD7343

Tints of Bourbon #AD7343

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 67 (26.56% from 255) = 18.87%

R = 48.73%
G = 32.39%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7343 (or 0xAD7343) is known color: Bourbon. HEX triplet: AD, 73 and 43. RGB value is (173,115,67). Sum of RGB (Red+Green+Blue) = 173+115+67=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7343 is #528CBC. Grayscale: #7F7F7F. Windows color (decimal): -5409981 or 4420525. OLE color: 4420525.

HSL color Cylindrical-coordinate representation of color #AD7343: hue angle of 27.17º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD7343 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 115 67 -
CMYK 0 0.34 0.61 0.32
HSL 27.17º 0.44% 0.47% -
HSV(B) 27.17º 0.61% 0.68% -
XYZ 24.38 21.55 8.19 -
YUV 126.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 173 115 67 0 0.34 0.61 0.32 27.17 0.44 0.47
Hex AD 73 43 0 22 3D 20 1B 2C 2F
Octal 255 163 103 0 42 75 40 33 54 57
Binary 10101101 1110011 1000011 0 100010 111101 100000 11011 101100 101111

Color Harmonies of #AD7343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7343

Black with #AD7343

Text Example


Text Example

White with #AD7343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7343; }

 p { color: rgb(173,115,67); }

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

background-color css

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

 a { background-color: rgb(173,115,67); }

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

border-color css

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

 span { border-color: rgb(173,115,67); }

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