Html Css Color HEX #AD611F Mai Tai

📋 copy color: '#AD611F'

red 173 ◦ green 97 ◦ blue 31

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

Shades of Mai Tai #AD611F

Tints of Mai Tai #AD611F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 57.48%
G = 32.23%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD611F (or 0xAD611F) is known color: Mai Tai. HEX triplet: AD, 61 and 1F. RGB value is (173,97,31). Sum of RGB (Red+Green+Blue) = 173+97+31=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD611F is #529EE0. Grayscale: #707070. Windows color (decimal): -5414625 or 2056621. OLE color: 2056621.

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

Color convert

RGB 173 97 31 -
CMYK 0 0.44 0.82 0.32
HSL 27.89º 0.7% 0.4% -
HSV(B) 27.89º 0.82% 0.68% -
XYZ 21.76 17.53 3.53 -
YUV 112.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 173 97 31 0 0.44 0.82 0.32 27.89 0.7 0.4
Hex AD 61 1F 0 2C 52 20 1C 46 28
Octal 255 141 37 0 54 122 40 34 106 50
Binary 10101101 1100001 11111 0 101100 1010010 100000 11100 1000110 101000

Color Harmonies of #AD611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD611F

Black with #AD611F

Text Example


Text Example

White with #AD611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD611F; }

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

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

background-color css

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

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

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

border-color css

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

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

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