Html Css Color HEX #AD6524 Mai Tai

📋 copy color: '#AD6524'

red 173 ◦ green 101 ◦ blue 36

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

Shades of Mai Tai #AD6524

Tints of Mai Tai #AD6524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.61%

R = 55.81%
G = 32.58%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD6524 (or 0xAD6524) is known color: Mai Tai. HEX triplet: AD, 65 and 24. RGB value is (173,101,36). Sum of RGB (Red+Green+Blue) = 173+101+36=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6524 is #529ADB. Grayscale: #737373. Windows color (decimal): -5413596 or 2385325. OLE color: 2385325.

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

Color convert

RGB 173 101 36 -
CMYK 0 0.42 0.79 0.32
HSL 28.47º 0.66% 0.41% -
HSV(B) 28.47º 0.79% 0.68% -
XYZ 22.21 18.32 4.03 -
YUV 115.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 173 101 36 0 0.42 0.79 0.32 28.47 0.66 0.41
Hex AD 65 24 0 2A 4F 20 1C 42 29
Octal 255 145 44 0 52 117 40 34 102 51
Binary 10101101 1100101 100100 0 101010 1001111 100000 11100 1000010 101001

Color Harmonies of #AD6524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6524

Black with #AD6524

Text Example


Text Example

White with #AD6524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6524; }

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

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

background-color css

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

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

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

border-color css

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

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

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