Html Css Color HEX #AD693D Bourbon

📋 copy color: '#AD693D'

red 173 ◦ green 105 ◦ blue 61

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

Shades of Bourbon #AD693D

Tints of Bourbon #AD693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 51.03%
G = 30.97%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD693D (or 0xAD693D) is known color: Bourbon. HEX triplet: AD, 69 and 3D. RGB value is (173,105,61). Sum of RGB (Red+Green+Blue) = 173+105+61=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD693D is #5296C2. Grayscale: #787878. Windows color (decimal): -5412547 or 4024749. OLE color: 4024749.

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

Color convert

RGB 173 105 61 -
CMYK 0 0.39 0.65 0.32
HSL 23.57º 0.48% 0.46% -
HSV(B) 23.57º 0.65% 0.68% -
XYZ 23.13 19.32 6.93 -
YUV 120.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 173 105 61 0 0.39 0.65 0.32 23.57 0.48 0.46
Hex AD 69 3D 0 27 41 20 18 30 2E
Octal 255 151 75 0 47 101 40 30 60 56
Binary 10101101 1101001 111101 0 100111 1000001 100000 11000 110000 101110

Color Harmonies of #AD693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD693D

Black with #AD693D

Text Example


Text Example

White with #AD693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD693D; }

 p { color: rgb(173,105,61); }

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

background-color css

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

 a { background-color: rgb(173,105,61); }

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

border-color css

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

 span { border-color: rgb(173,105,61); }

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