#ad612c

Color #AD612C Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #AD612C

Tints of Mai Tai #AD612C

Color information

#AD612C (or 0xAD612C) is unknown color: approx Mai Tai. HEX triplet: AD, 61 and 2C. RGB value is (173,97,44). Sum of RGB (Red+Green+Blue) = 173+97+44=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD612C is #529ED3. Grayscale: #717171. Windows color (decimal): -5414612 or 2908589. OLE color: 2908589.

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

Color convert

RGB1739744-
CMYK00.440.750.32
HSL24.65º59.45%42.55%-
HSV(B)24.65º74.57%67.84%-
XYZ21.9617.624.63-
YUV113.6888.68170.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.10%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=55.10%
G=30.89%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173974400.440.750.3224.6559.4542.55
HexAD612C02C4B20193b2b
Octal2551415405411340317353
Binary1010110111000011011000101100100101110000011001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad612c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad612c; }

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

 H1.HeaderClassName
 {
   color: #ad612c;
 }
 .AnyTagClassName
 {
   color: #ad612c;
 }
</style>
background-color css

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

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

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

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

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

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