Html Css Color HEX #AD611C Mai Tai

📋 copy color: '#AD611C'

red 173 ◦ green 97 ◦ blue 28

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

Shades of Mai Tai #AD611C

Tints of Mai Tai #AD611C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 58.05%
G = 32.55%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD611C (or 0xAD611C) is known color: Mai Tai. HEX triplet: AD, 61 and 1C. RGB value is (173,97,28). Sum of RGB (Red+Green+Blue) = 173+97+28=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD611C is #529EE3. Grayscale: #707070. Windows color (decimal): -5414628 or 1860013. OLE color: 1860013.

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

Color convert

RGB 173 97 28 -
CMYK 0 0.44 0.84 0.32
HSL 28.55º 0.72% 0.39% -
HSV(B) 28.55º 0.84% 0.68% -
XYZ 21.72 17.52 3.34 -
YUV 111.86 80.68 171.61 -
System Red Green Blue C M Y K H S L
Decimal 173 97 28 0 0.44 0.84 0.32 28.55 0.72 0.39
Hex AD 61 1C 0 2C 54 20 1D 48 27
Octal 255 141 34 0 54 124 40 35 110 47
Binary 10101101 1100001 11100 0 101100 1010100 100000 11101 1001000 100111

Color Harmonies of #AD611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD611C

Black with #AD611C

Text Example


Text Example

White with #AD611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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