Html Css Color HEX #AD611D Mai Tai

📋 copy color: '#AD611D'

red 173 ◦ green 97 ◦ blue 29

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

Shades of Mai Tai #AD611D

Tints of Mai Tai #AD611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

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

R = 57.86%
G = 32.44%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD611D (or 0xAD611D) is known color: Mai Tai. HEX triplet: AD, 61 and 1D. RGB value is (173,97,29). Sum of RGB (Red+Green+Blue) = 173+97+29=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD611D is #529EE2. Grayscale: #707070. Windows color (decimal): -5414627 or 1925549. OLE color: 1925549.

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

Color convert

RGB 173 97 29 -
CMYK 0 0.44 0.83 0.32
HSL 28.33º 0.71% 0.4% -
HSV(B) 28.33º 0.83% 0.68% -
XYZ 21.73 17.52 3.4 -
YUV 111.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 173 97 29 0 0.44 0.83 0.32 28.33 0.71 0.4
Hex AD 61 1D 0 2C 53 20 1C 47 28
Octal 255 141 35 0 54 123 40 34 107 50
Binary 10101101 1100001 11101 0 101100 1010011 100000 11100 1000111 101000

Color Harmonies of #AD611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD611D

Black with #AD611D

Text Example


Text Example

White with #AD611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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