Html Css Color HEX #AD6532 Mai Tai

📋 copy color: '#AD6532'

red 173 ◦ green 101 ◦ blue 50

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

Shades of Mai Tai #AD6532

Tints of Mai Tai #AD6532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 53.4%
G = 31.17%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD6532 (or 0xAD6532) is known color: Mai Tai. HEX triplet: AD, 65 and 32. RGB value is (173,101,50). Sum of RGB (Red+Green+Blue) = 173+101+50=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6532 is #529ACD. Grayscale: #747474. Windows color (decimal): -5413582 or 3302829. OLE color: 3302829.

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

Color convert

RGB 173 101 50 -
CMYK 0 0.42 0.71 0.32
HSL 24.88º 0.55% 0.44% -
HSV(B) 24.88º 0.71% 0.68% -
XYZ 22.46 18.42 5.39 -
YUV 116.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 173 101 50 0 0.42 0.71 0.32 24.88 0.55 0.44
Hex AD 65 32 0 2A 47 20 19 37 2C
Octal 255 145 62 0 52 107 40 31 67 54
Binary 10101101 1100101 110010 0 101010 1000111 100000 11001 110111 101100

Color Harmonies of #AD6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6532

Black with #AD6532

Text Example


Text Example

White with #AD6532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6532; }

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

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

background-color css

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

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

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

border-color css

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

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

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