Html Css Color HEX #AD733B Bourbon

📋 copy color: '#AD733B'

red 173 ◦ green 115 ◦ blue 59

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

Shades of Bourbon #AD733B

Tints of Bourbon #AD733B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17%

R = 49.86%
G = 33.14%
B = 17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD733B (or 0xAD733B) is known color: Bourbon. HEX triplet: AD, 73 and 3B. RGB value is (173,115,59). Sum of RGB (Red+Green+Blue) = 173+115+59=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD733B is #528CC4. Grayscale: #7E7E7E. Windows color (decimal): -5409989 or 3896237. OLE color: 3896237.

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

Color convert

RGB 173 115 59 -
CMYK 0 0.34 0.66 0.32
HSL 29.47º 0.49% 0.45% -
HSV(B) 29.47º 0.66% 0.68% -
XYZ 24.15 21.46 7.01 -
YUV 125.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 173 115 59 0 0.34 0.66 0.32 29.47 0.49 0.45
Hex AD 73 3B 0 22 42 20 1D 31 2D
Octal 255 163 73 0 42 102 40 35 61 55
Binary 10101101 1110011 111011 0 100010 1000010 100000 11101 110001 101101

Color Harmonies of #AD733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD733B

Black with #AD733B

Text Example


Text Example

White with #AD733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD733B; }

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

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

background-color css

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

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

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

border-color css

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

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

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