Html Css Color HEX #AD733C Bourbon

📋 copy color: '#AD733C'

red 173 ◦ green 115 ◦ blue 60

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

Shades of Bourbon #AD733C

Tints of Bourbon #AD733C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 49.71%
G = 33.05%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD733C (or 0xAD733C) is known color: Bourbon. HEX triplet: AD, 73 and 3C. RGB value is (173,115,60). Sum of RGB (Red+Green+Blue) = 173+115+60=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD733C is #528CC3. Grayscale: #7E7E7E. Windows color (decimal): -5409988 or 3961773. OLE color: 3961773.

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

Color convert

RGB 173 115 60 -
CMYK 0 0.34 0.65 0.32
HSL 29.2º 0.48% 0.46% -
HSV(B) 29.2º 0.65% 0.68% -
XYZ 24.18 21.47 7.15 -
YUV 126.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 173 115 60 0 0.34 0.65 0.32 29.2 0.48 0.46
Hex AD 73 3C 0 22 41 20 1D 30 2E
Octal 255 163 74 0 42 101 40 35 60 56
Binary 10101101 1110011 111100 0 100010 1000001 100000 11101 110000 101110

Color Harmonies of #AD733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD733C

Black with #AD733C

Text Example


Text Example

White with #AD733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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