Html Css Color HEX #AD663E Bourbon

📋 copy color: '#AD663E'

red 173 ◦ green 102 ◦ blue 62

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

Shades of Bourbon #AD663E

Tints of Bourbon #AD663E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 51.34%
G = 30.27%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD663E (or 0xAD663E) is known color: Bourbon. HEX triplet: AD, 66 and 3E. RGB value is (173,102,62). Sum of RGB (Red+Green+Blue) = 173+102+62=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD663E is #5299C1. Grayscale: #767676. Windows color (decimal): -5413314 or 4089517. OLE color: 4089517.

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

Color convert

RGB 173 102 62 -
CMYK 0 0.41 0.64 0.32
HSL 21.62º 0.47% 0.46% -
HSV(B) 21.62º 0.64% 0.68% -
XYZ 22.85 18.73 6.97 -
YUV 118.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 173 102 62 0 0.41 0.64 0.32 21.62 0.47 0.46
Hex AD 66 3E 0 29 40 20 16 2F 2E
Octal 255 146 76 0 51 100 40 26 57 56
Binary 10101101 1100110 111110 0 101001 1000000 100000 10110 101111 101110

Color Harmonies of #AD663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD663E

Black with #AD663E

Text Example


Text Example

White with #AD663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD663E; }

 p { color: rgb(173,102,62); }

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

background-color css

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

 a { background-color: rgb(173,102,62); }

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

border-color css

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

 span { border-color: rgb(173,102,62); }

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