Html Css Color HEX #AD6536 Mai Tai

📋 copy color: '#AD6536'

red 173 ◦ green 101 ◦ blue 54

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

Shades of Mai Tai #AD6536

Tints of Mai Tai #AD6536

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 52.74%
G = 30.79%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD6536 (or 0xAD6536) is known color: Mai Tai. HEX triplet: AD, 65 and 36. RGB value is (173,101,54). Sum of RGB (Red+Green+Blue) = 173+101+54=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6536 is #529AC9. Grayscale: #757575. Windows color (decimal): -5413578 or 3564973. OLE color: 3564973.

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

Color convert

RGB 173 101 54 -
CMYK 0 0.42 0.69 0.32
HSL 23.7º 0.52% 0.45% -
HSV(B) 23.7º 0.69% 0.68% -
XYZ 22.55 18.46 5.86 -
YUV 117.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 173 101 54 0 0.42 0.69 0.32 23.7 0.52 0.45
Hex AD 65 36 0 2A 45 20 18 34 2D
Octal 255 145 66 0 52 105 40 30 64 55
Binary 10101101 1100101 110110 0 101010 1000101 100000 11000 110100 101101

Color Harmonies of #AD6536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6536

Black with #AD6536

Text Example


Text Example

White with #AD6536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6536; }

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

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

background-color css

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

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

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

border-color css

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

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

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