Html Css Color HEX #AD673D Bourbon

📋 copy color: '#AD673D'

red 173 ◦ green 103 ◦ blue 61

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

Shades of Bourbon #AD673D

Tints of Bourbon #AD673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 51.34%
G = 30.56%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD673D (or 0xAD673D) is known color: Bourbon. HEX triplet: AD, 67 and 3D. RGB value is (173,103,61). Sum of RGB (Red+Green+Blue) = 173+103+61=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD673D is #5298C2. Grayscale: #777777. Windows color (decimal): -5413059 or 4024237. OLE color: 4024237.

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

Color convert

RGB 173 103 61 -
CMYK 0 0.40 0.65 0.32
HSL 22.5º 0.48% 0.46% -
HSV(B) 22.5º 0.65% 0.68% -
XYZ 22.93 18.92 6.86 -
YUV 119.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 173 103 61 0 0.40 0.65 0.32 22.5 0.48 0.46
Hex AD 67 3D 0 28 41 20 16 30 2E
Octal 255 147 75 0 50 101 40 26 60 56
Binary 10101101 1100111 111101 0 101000 1000001 100000 10110 110000 101110

Color Harmonies of #AD673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD673D

Black with #AD673D

Text Example


Text Example

White with #AD673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD673D; }

 p { color: rgb(173,103,61); }

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

background-color css

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

 a { background-color: rgb(173,103,61); }

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

border-color css

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

 span { border-color: rgb(173,103,61); }

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