Html Css Color HEX #AD673E Bourbon

📋 copy color: '#AD673E'

red 173 ◦ green 103 ◦ blue 62

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

Shades of Bourbon #AD673E

Tints of Bourbon #AD673E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.34%

R = 51.18%
G = 30.47%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD673E (or 0xAD673E) is known color: Bourbon. HEX triplet: AD, 67 and 3E. RGB value is (173,103,62). Sum of RGB (Red+Green+Blue) = 173+103+62=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD673E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD673E is #5298C1. Grayscale: #777777. Windows color (decimal): -5413058 or 4089773. OLE color: 4089773.

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

Color convert

RGB 173 103 62 -
CMYK 0 0.40 0.64 0.32
HSL 22.16º 0.47% 0.46% -
HSV(B) 22.16º 0.64% 0.68% -
XYZ 22.95 18.93 7 -
YUV 119.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 173 103 62 0 0.40 0.64 0.32 22.16 0.47 0.46
Hex AD 67 3E 0 28 40 20 16 2F 2E
Octal 255 147 76 0 50 100 40 26 57 56
Binary 10101101 1100111 111110 0 101000 1000000 100000 10110 101111 101110

Color Harmonies of #AD673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD673E

Black with #AD673E

Text Example


Text Example

White with #AD673E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD673E; }

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

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

background-color css

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

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

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

border-color css

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

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

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