Html Css Color HEX #AD631D Mai Tai

📋 copy color: '#AD631D'

red 173 ◦ green 99 ◦ blue 29

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

Shades of Mai Tai #AD631D

Tints of Mai Tai #AD631D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 57.48%
G = 32.89%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD631D (or 0xAD631D) is known color: Mai Tai. HEX triplet: AD, 63 and 1D. RGB value is (173,99,29). Sum of RGB (Red+Green+Blue) = 173+99+29=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD631D is #529CE2. Grayscale: #717171. Windows color (decimal): -5414115 or 1926061. OLE color: 1926061.

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

Color convert

RGB 173 99 29 -
CMYK 0 0.43 0.83 0.32
HSL 29.17º 0.71% 0.4% -
HSV(B) 29.17º 0.83% 0.68% -
XYZ 21.92 17.9 3.46 -
YUV 113.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 173 99 29 0 0.43 0.83 0.32 29.17 0.71 0.4
Hex AD 63 1D 0 2B 53 20 1D 47 28
Octal 255 143 35 0 53 123 40 35 107 50
Binary 10101101 1100011 11101 0 101011 1010011 100000 11101 1000111 101000

Color Harmonies of #AD631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD631D

Black with #AD631D

Text Example


Text Example

White with #AD631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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