Html Css Color HEX #AD6B43 Bourbon

📋 copy color: '#AD6B43'

red 173 ◦ green 107 ◦ blue 67

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

Shades of Bourbon #AD6B43

Tints of Bourbon #AD6B43

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

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

R = 49.86%
G = 30.84%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6B43 (or 0xAD6B43) is known color: Bourbon. HEX triplet: AD, 6B and 43. RGB value is (173,107,67). Sum of RGB (Red+Green+Blue) = 173+107+67=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B43 is #5294BC. Grayscale: #7A7A7A. Windows color (decimal): -5412029 or 4418477. OLE color: 4418477.

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

Color convert

RGB 173 107 67 -
CMYK 0 0.38 0.61 0.32
HSL 22.64º 0.44% 0.47% -
HSV(B) 22.64º 0.61% 0.68% -
XYZ 23.5 19.8 7.89 -
YUV 122.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 173 107 67 0 0.38 0.61 0.32 22.64 0.44 0.47
Hex AD 6B 43 0 26 3D 20 17 2C 2F
Octal 255 153 103 0 46 75 40 27 54 57
Binary 10101101 1101011 1000011 0 100110 111101 100000 10111 101100 101111

Color Harmonies of #AD6B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B43

Black with #AD6B43

Text Example


Text Example

White with #AD6B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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