#AD6335

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

Shades of Mai Tai #AD6335

Tints of Mai Tai #AD6335

Color information

#AD6335 (or 0xAD6335) is unknown color: approx Mai Tai. HEX triplet: AD, 63 and 35. RGB value is (173,99,53). Sum of RGB (Red+Green+Blue) = 173+99+53=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6335 is #529CCA. Grayscale: #747474. Windows color (decimal): -5414091 or 3498925. OLE color: 3498925.

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

Color convert

RGB1739953-
CMYK00.430.690.32
HSL23º53.1%44.31%-
HSV(B)23º69.36%67.84%-
XYZ22.3418.065.68-
YUV115.8892.52168.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=53.23%
G=30.46%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173995300.430.690.322353.144.31
HexAD633502B452017352c
Octal2551436505310540276554
Binary1010110111000111101010101011100010110000010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6335; }

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

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

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

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

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

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

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

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