Html Css Color HEX #AD653B Bourbon

📋 copy color: '#AD653B'

red 173 ◦ green 101 ◦ blue 59

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

Shades of Bourbon #AD653B

Tints of Bourbon #AD653B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

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

R = 51.95%
G = 30.33%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD653B (or 0xAD653B) is known color: Bourbon. HEX triplet: AD, 65 and 3B. RGB value is (173,101,59). Sum of RGB (Red+Green+Blue) = 173+101+59=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD653B is #529AC4. Grayscale: #757575. Windows color (decimal): -5413573 or 3892653. OLE color: 3892653.

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

Color convert

RGB 173 101 59 -
CMYK 0 0.42 0.66 0.32
HSL 22.11º 0.49% 0.45% -
HSV(B) 22.11º 0.66% 0.68% -
XYZ 22.68 18.51 6.51 -
YUV 117.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 173 101 59 0 0.42 0.66 0.32 22.11 0.49 0.45
Hex AD 65 3B 0 2A 42 20 16 31 2D
Octal 255 145 73 0 52 102 40 26 61 55
Binary 10101101 1100101 111011 0 101010 1000010 100000 10110 110001 101101

Color Harmonies of #AD653B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD653B

Black with #AD653B

Text Example


Text Example

White with #AD653B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD653B; }

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

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

background-color css

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

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

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

border-color css

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

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

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