#AD6535

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

Shades of Mai Tai #AD6535

Tints of Mai Tai #AD6535

Color information

#AD6535 (or 0xAD6535) is unknown color: approx Mai Tai. HEX triplet: AD, 65 and 35. RGB value is (173,101,53). Sum of RGB (Red+Green+Blue) = 173+101+53=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6535 is #529ACA. Grayscale: #757575. Windows color (decimal): -5413579 or 3499437. OLE color: 3499437.

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

Color convert

RGB17310153-
CMYK00.420.690.32
HSL24º53.1%44.31%-
HSV(B)24º69.36%67.84%-
XYZ22.5318.455.74-
YUV117.0691.85167.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=52.91%
G=30.89%
B=16.21%

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
Decimal1731015300.420.690.322453.144.31
HexAD653502A452018352c
Octal2551456505210540306554
Binary1010110111001011101010101010100010110000011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6535; }

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

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

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

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

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

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

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

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