Html Css Color HEX #AD673A Bourbon

📋 copy color: '#AD673A'

red 173 ◦ green 103 ◦ blue 58

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

Shades of Bourbon #AD673A

Tints of Bourbon #AD673A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 51.8%
G = 30.84%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD673A (or 0xAD673A) is known color: Bourbon. HEX triplet: AD, 67 and 3A. RGB value is (173,103,58). Sum of RGB (Red+Green+Blue) = 173+103+58=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD673A is #5298C5. Grayscale: #777777. Windows color (decimal): -5413062 or 3827629. OLE color: 3827629.

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

Color convert

RGB 173 103 58 -
CMYK 0 0.40 0.66 0.32
HSL 23.48º 0.5% 0.45% -
HSV(B) 23.48º 0.66% 0.68% -
XYZ 22.85 18.89 6.44 -
YUV 118.8 93.69 166.66 -
System Red Green Blue C M Y K H S L
Decimal 173 103 58 0 0.40 0.66 0.32 23.48 0.5 0.45
Hex AD 67 3A 0 28 42 20 17 32 2D
Octal 255 147 72 0 50 102 40 27 62 55
Binary 10101101 1100111 111010 0 101000 1000010 100000 10111 110010 101101

Color Harmonies of #AD673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD673A

Black with #AD673A

Text Example


Text Example

White with #AD673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD673A; }

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

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

background-color css

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

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

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

border-color css

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

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

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