Html Css Color HEX #AD6224 Mai Tai

📋 copy color: '#AD6224'

red 173 ◦ green 98 ◦ blue 36

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

Shades of Mai Tai #AD6224

Tints of Mai Tai #AD6224

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 56.35%
G = 31.92%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD6224 (or 0xAD6224) is known color: Mai Tai. HEX triplet: AD, 62 and 24. RGB value is (173,98,36). Sum of RGB (Red+Green+Blue) = 173+98+36=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6224 is #529DDB. Grayscale: #717171. Windows color (decimal): -5414364 or 2384557. OLE color: 2384557.

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

Color convert

RGB 173 98 36 -
CMYK 0 0.43 0.79 0.32
HSL 27.15º 0.66% 0.41% -
HSV(B) 27.15º 0.79% 0.68% -
XYZ 21.92 17.75 3.94 -
YUV 113.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 173 98 36 0 0.43 0.79 0.32 27.15 0.66 0.41
Hex AD 62 24 0 2B 4F 20 1B 42 29
Octal 255 142 44 0 53 117 40 33 102 51
Binary 10101101 1100010 100100 0 101011 1001111 100000 11011 1000010 101001

Color Harmonies of #AD6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6224

Black with #AD6224

Text Example


Text Example

White with #AD6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6224; }

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

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

background-color css

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

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

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

border-color css

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

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

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