Html Css Color HEX #AD6526 Mai Tai

📋 copy color: '#AD6526'

red 173 ◦ green 101 ◦ blue 38

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

Shades of Mai Tai #AD6526

Tints of Mai Tai #AD6526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

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

R = 55.45%
G = 32.37%
B = 12.18%

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

#AD6526 (or 0xAD6526) is known color: Mai Tai. HEX triplet: AD, 65 and 26. RGB value is (173,101,38). Sum of RGB (Red+Green+Blue) = 173+101+38=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6526 is #529AD9. Grayscale: #737373. Windows color (decimal): -5413594 or 2516397. OLE color: 2516397.

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

Color convert

RGB 173 101 38 -
CMYK 0 0.42 0.78 0.32
HSL 28º 0.64% 0.41% -
HSV(B) 28º 0.78% 0.68% -
XYZ 22.24 18.33 4.2 -
YUV 115.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 173 101 38 0 0.42 0.78 0.32 28 0.64 0.41
Hex AD 65 26 0 2A 4E 20 1C 40 29
Octal 255 145 46 0 52 116 40 34 100 51
Binary 10101101 1100101 100110 0 101010 1001110 100000 11100 1000000 101001

Color Harmonies of #AD6526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6526

Black with #AD6526

Text Example


Text Example

White with #AD6526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6526; }

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

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

background-color css

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

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

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

border-color css

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

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

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