Html Css Color HEX #AD6431 Mai Tai

📋 copy color: '#AD6431'

red 173 ◦ green 100 ◦ blue 49

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

Shades of Mai Tai #AD6431

Tints of Mai Tai #AD6431

RGB

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

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

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

R = 53.73%
G = 31.06%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6431 (or 0xAD6431) is known color: Mai Tai. HEX triplet: AD, 64 and 31. RGB value is (173,100,49). Sum of RGB (Red+Green+Blue) = 173+100+49=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6431 is #529BCE. Grayscale: #747474. Windows color (decimal): -5413839 or 3237037. OLE color: 3237037.

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

Color convert

RGB 173 100 49 -
CMYK 0 0.42 0.72 0.32
HSL 24.68º 0.56% 0.44% -
HSV(B) 24.68º 0.72% 0.68% -
XYZ 22.35 18.22 5.24 -
YUV 116.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 173 100 49 0 0.42 0.72 0.32 24.68 0.56 0.44
Hex AD 64 31 0 2A 48 20 19 38 2C
Octal 255 144 61 0 52 110 40 31 70 54
Binary 10101101 1100100 110001 0 101010 1001000 100000 11001 111000 101100

Color Harmonies of #AD6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6431

Black with #AD6431

Text Example


Text Example

White with #AD6431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6431; }

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

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

background-color css

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

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

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

border-color css

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

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

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