Html Css Color HEX #AD6631 Mai Tai

📋 copy color: '#AD6631'

red 173 ◦ green 102 ◦ blue 49

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

Shades of Mai Tai #AD6631

Tints of Mai Tai #AD6631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 53.4%
G = 31.48%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6631 (or 0xAD6631) is known color: Mai Tai. HEX triplet: AD, 66 and 31. RGB value is (173,102,49). Sum of RGB (Red+Green+Blue) = 173+102+49=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6631 is #5299CE. Grayscale: #757575. Windows color (decimal): -5413327 or 3237549. OLE color: 3237549.

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

Color convert

RGB 173 102 49 -
CMYK 0 0.41 0.72 0.32
HSL 25.65º 0.56% 0.44% -
HSV(B) 25.65º 0.72% 0.68% -
XYZ 22.54 18.61 5.31 -
YUV 117.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 173 102 49 0 0.41 0.72 0.32 25.65 0.56 0.44
Hex AD 66 31 0 29 48 20 1A 38 2C
Octal 255 146 61 0 51 110 40 32 70 54
Binary 10101101 1100110 110001 0 101001 1001000 100000 11010 111000 101100

Color Harmonies of #AD6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6631

Black with #AD6631

Text Example


Text Example

White with #AD6631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6631; }

 p { color: rgb(173,102,49); }

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

background-color css

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

 a { background-color: rgb(173,102,49); }

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

border-color css

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

 span { border-color: rgb(173,102,49); }

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