#AD6435

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

Shades of Mai Tai #AD6435

Tints of Mai Tai #AD6435

Color information

#AD6435 (or 0xAD6435) is unknown color: approx Mai Tai. HEX triplet: AD, 64 and 35. RGB value is (173,100,53). Sum of RGB (Red+Green+Blue) = 173+100+53=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6435 is #529BCA. Grayscale: #747474. Windows color (decimal): -5413835 or 3499181. OLE color: 3499181.

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

Color convert

RGB17310053-
CMYK00.420.690.32
HSL23.5º53.1%44.31%-
HSV(B)23.5º69.36%67.84%-
XYZ22.4318.265.71-
YUV116.4792.18168.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=53.07%
G=30.67%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731005300.420.690.3223.553.144.31
HexAD643502A452018352c
Octal2551446505210540306554
Binary1010110111001001101010101010100010110000011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6435; }

 p { color: rgb(173,100,53); }

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

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

 a { background-color: rgb(173,100,53); }

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

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

 span { border-color: rgb(173,100,53); }

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