Html Css Color HEX #AD6426 Mai Tai

📋 copy color: '#AD6426'

red 173 ◦ green 100 ◦ blue 38

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

Shades of Mai Tai #AD6426

Tints of Mai Tai #AD6426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.22%

R = 55.63%
G = 32.15%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD6426 (or 0xAD6426) is known color: Mai Tai. HEX triplet: AD, 64 and 26. RGB value is (173,100,38). Sum of RGB (Red+Green+Blue) = 173+100+38=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6426 is #529BD9. Grayscale: #737373. Windows color (decimal): -5413850 or 2516141. OLE color: 2516141.

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

Color convert

RGB 173 100 38 -
CMYK 0 0.42 0.78 0.32
HSL 27.56º 0.64% 0.41% -
HSV(B) 27.56º 0.78% 0.68% -
XYZ 22.14 18.14 4.17 -
YUV 114.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 173 100 38 0 0.42 0.78 0.32 27.56 0.64 0.41
Hex AD 64 26 0 2A 4E 20 1C 40 29
Octal 255 144 46 0 52 116 40 34 100 51
Binary 10101101 1100100 100110 0 101010 1001110 100000 11100 1000000 101001

Color Harmonies of #AD6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6426

Black with #AD6426

Text Example


Text Example

White with #AD6426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6426; }

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

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

background-color css

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

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

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

border-color css

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

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

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