Html Css Color HEX #AD6421 Mai Tai

📋 copy color: '#AD6421'

red 173 ◦ green 100 ◦ blue 33

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

Shades of Mai Tai #AD6421

Tints of Mai Tai #AD6421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 56.54%
G = 32.68%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD6421 (or 0xAD6421) is known color: Mai Tai. HEX triplet: AD, 64 and 21. RGB value is (173,100,33). Sum of RGB (Red+Green+Blue) = 173+100+33=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6421 is #529BDE. Grayscale: #727272. Windows color (decimal): -5413855 or 2188461. OLE color: 2188461.

HSL color Cylindrical-coordinate representation of color #AD6421: hue angle of 28.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD6421 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 100 33 -
CMYK 0 0.42 0.81 0.32
HSL 28.71º 0.68% 0.4% -
HSV(B) 28.71º 0.81% 0.68% -
XYZ 22.07 18.11 3.77 -
YUV 114.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 173 100 33 0 0.42 0.81 0.32 28.71 0.68 0.4
Hex AD 64 21 0 2A 51 20 1D 44 28
Octal 255 144 41 0 52 121 40 35 104 50
Binary 10101101 1100100 100001 0 101010 1010001 100000 11101 1000100 101000

Color Harmonies of #AD6421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6421

Black with #AD6421

Text Example


Text Example

White with #AD6421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6421; }

 p { color: rgb(173,100,33); }

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

background-color css

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

 a { background-color: rgb(173,100,33); }

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

border-color css

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

 span { border-color: rgb(173,100,33); }

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