Html Css Color HEX #AD6428 Mai Tai

📋 copy color: '#AD6428'

red 173 ◦ green 100 ◦ blue 40

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

Shades of Mai Tai #AD6428

Tints of Mai Tai #AD6428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 55.27%
G = 31.95%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD6428 (or 0xAD6428) is known color: Mai Tai. HEX triplet: AD, 64 and 28. RGB value is (173,100,40). Sum of RGB (Red+Green+Blue) = 173+100+40=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6428 is #529BD7. Grayscale: #737373. Windows color (decimal): -5413848 or 2647213. OLE color: 2647213.

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

Color convert

RGB 173 100 40 -
CMYK 0 0.42 0.77 0.32
HSL 27.07º 0.62% 0.42% -
HSV(B) 27.07º 0.77% 0.68% -
XYZ 22.17 18.15 4.34 -
YUV 114.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 173 100 40 0 0.42 0.77 0.32 27.07 0.62 0.42
Hex AD 64 28 0 2A 4D 20 1B 3E 2A
Octal 255 144 50 0 52 115 40 33 76 52
Binary 10101101 1100100 101000 0 101010 1001101 100000 11011 111110 101010

Color Harmonies of #AD6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6428

Black with #AD6428

Text Example


Text Example

White with #AD6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6428; }

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

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

background-color css

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

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

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

border-color css

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

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

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