Html Css Color HEX #AD693F Bourbon

📋 copy color: '#AD693F'

red 173 ◦ green 105 ◦ blue 63

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

Shades of Bourbon #AD693F

Tints of Bourbon #AD693F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.48%

R = 50.73%
G = 30.79%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD693F (or 0xAD693F) is known color: Bourbon. HEX triplet: AD, 69 and 3F. RGB value is (173,105,63). Sum of RGB (Red+Green+Blue) = 173+105+63=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD693F is #5296C0. Grayscale: #787878. Windows color (decimal): -5412545 or 4155821. OLE color: 4155821.

HSL color Cylindrical-coordinate representation of color #AD693F: hue angle of 22.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD693F is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 105 63 -
CMYK 0 0.39 0.64 0.32
HSL 22.91º 0.47% 0.46% -
HSV(B) 22.91º 0.64% 0.68% -
XYZ 23.18 19.35 7.21 -
YUV 120.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 173 105 63 0 0.39 0.64 0.32 22.91 0.47 0.46
Hex AD 69 3F 0 27 40 20 17 2F 2E
Octal 255 151 77 0 47 100 40 27 57 56
Binary 10101101 1101001 111111 0 100111 1000000 100000 10111 101111 101110

Color Harmonies of #AD693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD693F

Black with #AD693F

Text Example


Text Example

White with #AD693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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