Html Css Color HEX #AD6424 Mai Tai

📋 copy color: '#AD6424'

red 173 ◦ green 100 ◦ blue 36

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

Shades of Mai Tai #AD6424

Tints of Mai Tai #AD6424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.65%

R = 55.99%
G = 32.36%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD6424 (or 0xAD6424) is known color: Mai Tai. HEX triplet: AD, 64 and 24. RGB value is (173,100,36). Sum of RGB (Red+Green+Blue) = 173+100+36=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6424 is #529BDB. Grayscale: #727272. Windows color (decimal): -5413852 or 2385069. OLE color: 2385069.

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

Color convert

RGB 173 100 36 -
CMYK 0 0.42 0.79 0.32
HSL 28.03º 0.66% 0.41% -
HSV(B) 28.03º 0.79% 0.68% -
XYZ 22.11 18.13 4 -
YUV 114.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 173 100 36 0 0.42 0.79 0.32 28.03 0.66 0.41
Hex AD 64 24 0 2A 4F 20 1C 42 29
Octal 255 144 44 0 52 117 40 34 102 51
Binary 10101101 1100100 100100 0 101010 1001111 100000 11100 1000010 101001

Color Harmonies of #AD6424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6424

Black with #AD6424

Text Example


Text Example

White with #AD6424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6424; }

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

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

background-color css

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

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

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

border-color css

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

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

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