Html Css Color HEX #AD6731 Mai Tai

📋 copy color: '#AD6731'

red 173 ◦ green 103 ◦ blue 49

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

Shades of Mai Tai #AD6731

Tints of Mai Tai #AD6731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

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

R = 53.23%
G = 31.69%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6731 (or 0xAD6731) is known color: Mai Tai. HEX triplet: AD, 67 and 31. RGB value is (173,103,49). Sum of RGB (Red+Green+Blue) = 173+103+49=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6731 is #5298CE. Grayscale: #767676. Windows color (decimal): -5413071 or 3237805. OLE color: 3237805.

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

Color convert

RGB 173 103 49 -
CMYK 0 0.40 0.72 0.32
HSL 26.13º 0.56% 0.44% -
HSV(B) 26.13º 0.72% 0.68% -
XYZ 22.64 18.81 5.34 -
YUV 117.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 173 103 49 0 0.40 0.72 0.32 26.13 0.56 0.44
Hex AD 67 31 0 28 48 20 1A 38 2C
Octal 255 147 61 0 50 110 40 32 70 54
Binary 10101101 1100111 110001 0 101000 1001000 100000 11010 111000 101100

Color Harmonies of #AD6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6731

Black with #AD6731

Text Example


Text Example

White with #AD6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6731; }

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

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

background-color css

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

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

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

border-color css

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

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

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