Html Css Color HEX #AD682F Mai Tai

📋 copy color: '#AD682F'

red 173 ◦ green 104 ◦ blue 47

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

Shades of Mai Tai #AD682F

Tints of Mai Tai #AD682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.1%

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 53.4%
G = 32.1%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD682F (or 0xAD682F) is known color: Mai Tai. HEX triplet: AD, 68 and 2F. RGB value is (173,104,47). Sum of RGB (Red+Green+Blue) = 173+104+47=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD682F is #5297D0. Grayscale: #767676. Windows color (decimal): -5412817 or 3106989. OLE color: 3106989.

HSL color Cylindrical-coordinate representation of color #AD682F: hue angle of 27.14º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD682F is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 47 -
CMYK 0 0.40 0.73 0.32
HSL 27.14º 0.57% 0.43% -
HSV(B) 27.14º 0.73% 0.68% -
XYZ 22.7 18.99 5.16 -
YUV 118.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 173 104 47 0 0.40 0.73 0.32 27.14 0.57 0.43
Hex AD 68 2F 0 28 49 20 1B 39 2B
Octal 255 150 57 0 50 111 40 33 71 53
Binary 10101101 1101000 101111 0 101000 1001001 100000 11011 111001 101011

Color Harmonies of #AD682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD682F

Black with #AD682F

Text Example


Text Example

White with #AD682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD682F; }

 p { color: rgb(173,104,47); }

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

background-color css

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

 a { background-color: rgb(173,104,47); }

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

border-color css

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

 span { border-color: rgb(173,104,47); }

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