Html Css Color HEX #AD6329 Mai Tai

📋 copy color: '#AD6329'

red 173 ◦ green 99 ◦ blue 41

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

Shades of Mai Tai #AD6329

Tints of Mai Tai #AD6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 55.27%
G = 31.63%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD6329 (or 0xAD6329) is known color: Mai Tai. HEX triplet: AD, 63 and 29. RGB value is (173,99,41). Sum of RGB (Red+Green+Blue) = 173+99+41=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6329 is #529CD6. Grayscale: #727272. Windows color (decimal): -5414103 or 2712493. OLE color: 2712493.

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

Color convert

RGB 173 99 41 -
CMYK 0 0.43 0.76 0.32
HSL 26.36º 0.62% 0.42% -
HSV(B) 26.36º 0.76% 0.68% -
XYZ 22.1 17.97 4.4 -
YUV 114.51 86.52 169.72 -
System Red Green Blue C M Y K H S L
Decimal 173 99 41 0 0.43 0.76 0.32 26.36 0.62 0.42
Hex AD 63 29 0 2B 4C 20 1A 3E 2A
Octal 255 143 51 0 53 114 40 32 76 52
Binary 10101101 1100011 101001 0 101011 1001100 100000 11010 111110 101010

Color Harmonies of #AD6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6329

Black with #AD6329

Text Example


Text Example

White with #AD6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6329; }

 p { color: rgb(173,99,41); }

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

background-color css

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

 a { background-color: rgb(173,99,41); }

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

border-color css

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

 span { border-color: rgb(173,99,41); }

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